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-store.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-26
Some forgotten changes.
Chris Wilson
1
-16
/
+5
2008-05-08
Fix misaccumulation in callgraph.
Chris Wilson
1
-5
/
+16
2007-12-25
Prune recursion frames.
Chris Wilson
1
-1
/
+0
2007-12-21
Accumulate callgraph since last update.
Chris Wilson
1
-1
/
+4
2007-12-16
Allow user to limit number of callers to uniquely identify allocators.
Chris Wilson
1
-3
/
+8
2007-12-05
Assert that the Allocators are b0rked.
Chris Wilson
1
-8
/
+4
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-40
/
+43
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-04
Add events to their own AllocatorTime.
Chris Wilson
1
-0
/
+3
2007-12-03
Add a few UL.
Chris Wilson
1
-4
/
+4
2007-12-02
64bit fixes.
Chris Wilson
1
-10
/
+10
2007-12-02
Skip unused allocators in the callgraph.
Chris Wilson
1
-0
/
+3
2007-12-02
Lightwieght memory profiler.
Chris Wilson
1
-3
/
+9
2007-11-30
Move to a separate todo.
Chris Wilson
1
-15
/
+0
2007-11-30
Fix the signal emission during construction.
Chris Wilson
1
-87
/
+103
2007-11-30
Emit tree model signals in order.
Chris Wilson
1
-94
/
+153
2007-11-30
Emit tree model signals - still not quite right.
Chris Wilson
1
-115
/
+204
2007-11-29
Add the filtered children.
Chris Wilson
1
-2
/
+25
2007-11-29
Fix Tree corruption.
Chris Wilson
1
-7
/
+11
2007-11-29
Accumulate deltas.
Chris Wilson
1
-7
/
+13
2007-11-29
Accumulate callgraph.
Chris Wilson
1
-253
/
+186
2007-11-28
Simplify node counting.
Chris Wilson
1
-34
/
+18
2007-11-28
Embed hash tables and btrees to reduce fragmentation.
Chris Wilson
1
-120
/
+366
2007-11-28
Chunkify allocations.
Chris Wilson
1
-67
/
+77
2007-11-27
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Chris Wilson
1
-1
/
+1
2007-11-27
Limit the accumulated size_allocs to only active sizes.
Chris Wilson
1
-4
/
+6
2007-11-27
Add labels to the ring view.
Chris Wilson
1
-1
/
+1
2007-11-26
Add a ring view.
Chris Wilson
1
-4
/
+58
2007-11-24
Move source files into src/
Chris Wilson
1
-0
/
+714