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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-26
Some forgotten changes.
Chris Wilson
1
-2
/
+2
2008-05-08
Actually use the pretty-print number for the tooltip.
Chris Wilson
1
-2
/
+2
2008-04-28
Restore column title and set autoexpand threshold to 95%.
Chris Wilson
1
-1
/
+3
2008-04-28
Show fraction of parent in callgraph and autoexpand only children.
Chris Wilson
1
-2
/
+147
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
1
-4
/
+4
2007-12-08
Flag busy when updating the callgraph or ring view.
Chris Wilson
1
-0
/
+4
2007-12-07
Automatically select everything so that the ring view is initially active.
Chris Wilson
1
-1
/
+4
2007-12-07
Use select_path as we already have allocated the path.
Chris Wilson
1
-0
/
+4
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-10
/
+12
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
Lightwieght memory profiler.
Chris Wilson
1
-0
/
+2
2007-11-30
Fix the signal emission during construction.
Chris Wilson
1
-21
/
+85
2007-11-30
Emit tree model signals in order.
Chris Wilson
1
-30
/
+62
2007-11-29
Accumulate callgraph.
Chris Wilson
1
-17
/
+25
2007-11-28
Use a big chunk allocator for permanent allocations.
Chris Wilson
1
-41
/
+3
2007-11-27
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Chris Wilson
1
-1
/
+1
2007-11-27
Show callstack percentage.
Chris Wilson
1
-4
/
+22
2007-11-27
Hide a few compiler warnings and pretty print numbers.
Chris Wilson
1
-5
/
+12
2007-11-26
Add a ring view.
Chris Wilson
1
-1
/
+3
2007-11-24
Move source files into src/
Chris Wilson
1
-0
/
+544