index
:
~ickle/odin
master
mmap
Odin: a simple memory profiler over time, ala massif but lightweight.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callgraph-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-08
Flag busy when updating the callgraph or ring view.
Chris Wilson
1
-0
/
+8
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-29
/
+30
2007-12-04
Rename to odin (Óðinn) after the Norse god of wisdom.
Chris Wilson
1
-5
/
+5
2007-12-04
Add GPL copyright preamble.
Chris Wilson
1
-0
/
+21
2007-12-02
64bit fixes.
Chris Wilson
1
-2
/
+2
2007-11-30
Fix the signal emission during construction.
Chris Wilson
1
-18
/
+18
2007-11-30
Emit tree model signals - still not quite right.
Chris Wilson
1
-1
/
+4
2007-11-29
Accumulate deltas.
Chris Wilson
1
-3
/
+0
2007-11-29
64bit corrections.
Chris Wilson
1
-0
/
+3
2007-11-29
Accumulate callgraph.
Chris Wilson
1
-4
/
+10
2007-11-29
Avoid querying treemap whilst it is in flux.
Chris Wilson
1
-0
/
+3
2007-11-29
Use the largest allocator as the iter for the ringview.
Chris Wilson
1
-0
/
+3
2007-11-28
Fix a few memleaks.
Chris Wilson
1
-0
/
+2
2007-11-28
Embed hash tables and btrees to reduce fragmentation.
Chris Wilson
1
-7
/
+24
2007-11-28
Chunkify allocations.
Chris Wilson
1
-29
/
+66
2007-11-27
Hide a few compiler warnings and pretty print numbers.
Chris Wilson
1
-2
/
+16
2007-11-27
Rotate main label in ring view and pixel align lines.
Chris Wilson
1
-31
/
+51
2007-11-27
Add labels to the ring view.
Chris Wilson
1
-47
/
+413
2007-11-26
Add a ring view.
Chris Wilson
1
-0
/
+487