projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b17e7c
)
Update comment, this list is sorted by now
author
Milian Wolff
<milian.wolff@kdab.com>
Wed, 3 May 2017 15:48:35 +0000
(17:48 +0200)
committer
Milian Wolff
<milian.wolff@kdab.com>
Mon, 15 May 2017 14:21:43 +0000
(16:21 +0200)
src/track/tracetree.h
patch
|
blob
|
history
diff --git
a/src/track/tracetree.h
b/src/track/tracetree.h
index
42f0bb9
..
d2b44c6
100644
(file)
--- a/
src/track/tracetree.h
+++ b/
src/track/tracetree.h
@@
-36,7
+36,7
@@
struct TraceEdge
// the evaluation process can then reverse-map the index to the parent ip
// to rebuild the backtrace from the bottom-up
uint32_t index;
- //
Un
sorted list of children, assumed to be small
+ // sorted list of children, assumed to be small
std::vector<TraceEdge> children;
};