Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3023)

Issue 193930043: i#1319: fix improper sorting in callstack table. We connect the sectionClicked signal to our custom…

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 3 months ago by toshi
Modified:
9 years, 3 months ago
Reviewers:
brandenjclark, bruening
CC:
drmemory-devs_googlegroups.com
Visibility:
Public.

Description

-e Commit log for first patchset: --------------- i#1319: fix improper sorting in callstack table. We connect the sectionClicked signal to our custom slot that calls our own sorting functions. This guarantees our data is ordered in descending order across all pages. ---------------

Patch Set 1 #

Total comments: 15

Patch Set 2 : Addressed reviewer concerns #

Total comments: 6

Patch Set 3 : Addressed review concerns #

Total comments: 4

Patch Set 4 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -3 lines) Patch
M drheapstat/visualizer/dhvis_tool.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M drheapstat/visualizer/dhvis_tool.cpp View 1 2 3 7 chunks +113 lines, -3 lines 0 comments Download

Messages

Total messages: 18
toshi
9 years, 3 months ago (2015-01-05 16:32:31 UTC) #1
bruening
Contains code style violations: please see https://github.com/DynamoRIO/dynamorio/wiki/Code-Style I think that Branden should have a look ...
9 years, 3 months ago (2015-01-05 17:04:34 UTC) #2
toshi
On 2015/01/05 17:04:34, bruening wrote: > Contains code style violations: please see > https://github.com/DynamoRIO/dynamorio/wiki/Code-Style > ...
9 years, 3 months ago (2015-01-05 17:21:53 UTC) #3
bruening
On 2015/01/05 17:21:53, DSOTMman wrote: > Will do, but how do I specify Branden as ...
9 years, 3 months ago (2015-01-05 17:26:32 UTC) #4
toshi
9 years, 3 months ago (2015-01-05 17:30:35 UTC) #5
toshi
Please disregard that last invitation, I neglected to use a comma when specifying the reviewers.
9 years, 3 months ago (2015-01-05 17:33:23 UTC) #6
toshi
https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp#newcode857 drheapstat/visualizer/dhvis_tool.cpp:857: /* Static: private sorting functions for use only by ...
9 years, 3 months ago (2015-01-06 01:42:30 UTC) #7
brandenjclark
https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp#newcode858 drheapstat/visualizer/dhvis_tool.cpp:858: * Note that we only will sort by Ascending ...
9 years, 3 months ago (2015-01-07 22:51:24 UTC) #8
toshi
https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/1/drheapstat/visualizer/dhvis_tool.cpp#newcode858 drheapstat/visualizer/dhvis_tool.cpp:858: * Note that we only will sort by Ascending ...
9 years, 3 months ago (2015-01-08 00:16:45 UTC) #9
toshi
-e Commit log for latest patchset: --------------- i#1319: fix improper sorting in callstack table. We ...
9 years, 3 months ago (2015-01-09 03:04:13 UTC) #10
bruening
On 2015/01/09 03:04:13, DSOTMman wrote: > -e Commit log for latest patchset: > --------------- > ...
9 years, 3 months ago (2015-01-09 06:00:14 UTC) #11
toshi
On 2015/01/09 06:00:14, bruening wrote: > On 2015/01/09 03:04:13, DSOTMman wrote: > > -e Commit ...
9 years, 3 months ago (2015-01-09 15:43:25 UTC) #12
brandenjclark
Besides the minor formatting stuff, LGTM. https://codereview.appspot.com/193930043/diff/20001/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/20001/drheapstat/visualizer/dhvis_tool.cpp#newcode962 drheapstat/visualizer/dhvis_tool.cpp:962: case 1: sorting_function ...
9 years, 3 months ago (2015-01-10 19:35:45 UTC) #13
toshi
https://codereview.appspot.com/193930043/diff/20001/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/20001/drheapstat/visualizer/dhvis_tool.cpp#newcode962 drheapstat/visualizer/dhvis_tool.cpp:962: case 1: sorting_function = &sort_by_symbol; break; On 2015/01/10 19:35:45, ...
9 years, 3 months ago (2015-01-10 20:01:39 UTC) #14
toshi
-e Commit log for latest patchset: --------------- i#1319: fix improper sorting in callstack table. We ...
9 years, 3 months ago (2015-01-14 23:49:56 UTC) #15
bruening
If comments are addressed then LGTM https://codereview.appspot.com/193930043/diff/40001/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/40001/drheapstat/visualizer/dhvis_tool.cpp#newcode980 drheapstat/visualizer/dhvis_tool.cpp:980: { style violation: ...
9 years, 3 months ago (2015-01-15 00:36:40 UTC) #16
toshi
https://codereview.appspot.com/193930043/diff/40001/drheapstat/visualizer/dhvis_tool.cpp File drheapstat/visualizer/dhvis_tool.cpp (right): https://codereview.appspot.com/193930043/diff/40001/drheapstat/visualizer/dhvis_tool.cpp#newcode980 drheapstat/visualizer/dhvis_tool.cpp:980: { On 2015/01/15 00:36:40, bruening wrote: > style violation: ...
9 years, 3 months ago (2015-01-15 02:02:46 UTC) #17
toshi
9 years, 3 months ago (2015-01-15 02:31:19 UTC) #18
-e Committed as
https://github.com/DynamoRIO/drmemory/commit/9c1113c2ad9fb3b9162487560b2eef86...

Final commit log: 
---------------
i#1319: fix improper sorting in callstack table.
We connect the sectionClicked signal to our custom slot that calls our own
sorting functions. This guarantees our data is ordered in descending order
across all pages.
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b