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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-17
Enable rudimentary TCP connections
HEAD
master
Chris Wilson
4
-15
/
+126
2009-03-19
Avoid temporary string allocation.
Chris Wilson
1
-16
/
+20
2009-03-19
Class more functions as allocators.
Chris Wilson
1
-1
/
+5
2009-01-26
[configure] More tweaks.
Chris Wilson
10
-9
/
+7982
2009-01-26
[summary] Add column titles to output
Chris Wilson
1
-1
/
+6
2009-01-26
[Makefile] Remove convenience hack
Chris Wilson
1
-7
/
+0
2009-01-26
[configure] Syntax tweak.
Chris Wilson
2
-6
/
+10
2009-01-26
Some forgotten changes.
Chris Wilson
5
-37
/
+37
2009-01-26
Quote the command-line correctly.
Chris Wilson
1
-1
/
+1
2008-05-09
[summary-chart] Use save()/restore() to preserve the original clip.
Chris Wilson
1
-1
/
+2
2008-05-08
Correct the calculation of current blocks.
Chris Wilson
2
-20
/
+8
2008-05-08
Actually use the pretty-print number for the tooltip.
Chris Wilson
1
-2
/
+2
2008-05-08
Fix misaccumulation in callgraph.
Chris Wilson
2
-14
/
+25
2008-04-28
Restore column title and set autoexpand threshold to 95%.
Chris Wilson
1
-1
/
+3
2008-04-28
Show fractions of callstack in tooltip.
Chris Wilson
4
-117
/
+220
2008-04-28
Show fraction of parent in callgraph and autoexpand only children.
Chris Wilson
1
-2
/
+147
2008-04-28
Add a pie-chart to allocation callstack tooltip.
Chris Wilson
7
-54
/
+344
2008-04-28
[lwp] Beware unsigned wrap-around.
Chris Wilson
1
-2
/
+5
2008-04-25
Differentiate between the total and current summary chart view in tooltip.
Chris Wilson
3
-22
/
+80
2008-04-25
Cache the last Allocator lookup.
Chris Wilson
1
-3
/
+7
2008-04-25
Remove the pending update first, before modifying the store.
Chris Wilson
1
-6
/
+5
2008-04-25
Avoid allocation for constant string.
Chris Wilson
1
-24
/
+23
2008-04-25
Refactor out binfile opening so that it is performed just once per pass.
Chris Wilson
1
-31
/
+52
2008-04-25
Only update the timeline if the client has performed mallocs/frees etc.
Chris Wilson
2
-8
/
+21
2008-04-23
Fix obo in _lwp_prune_recursion.
Chris Wilson
1
-1
/
+1
2008-04-23
Tweak label layout on SummaryChart.
Chris Wilson
1
-1
/
+6
2008-04-23
Flush pending updates to AllocatorStore before getters().
Chris Wilson
1
-0
/
+17
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
17
-242
/
+635
2008-03-25
[summary-chart] Use a global background image.
Chris Wilson
1
-3
/
+7
2007-12-25
Accumulate active bytes.
Chris Wilson
1
-15
/
+13
2007-12-25
Prune recursion frames.
Chris Wilson
2
-30
/
+70
2007-12-25
Match more common allocation functions.
Chris Wilson
1
-3
/
+2
2007-12-25
Remove the old status before pushing the new message.
Chris Wilson
1
-0
/
+1
2007-12-22
Tidy spacetime reporting.
Chris Wilson
3
-15
/
+26
2007-12-21
Accumulate callgraph since last update.
Chris Wilson
2
-4
/
+7
2007-12-21
Ensure the frames are translated before use.
Chris Wilson
1
-11
/
+23
2007-12-20
Drop the '[lwp]' from the title string.
Chris Wilson
1
-2
/
+11
2007-12-20
Add a currently allocated summary.
Chris Wilson
6
-20
/
+95
2007-12-20
Delay updating the widgets to reduce overhead whilst monitoring clients.
Chris Wilson
3
-51
/
+228
2007-12-18
Only update procmap if we read from the child.
Chris Wilson
1
-15
/
+18
2007-12-18
Fix memleak.
Chris Wilson
1
-4
/
+6
2007-12-18
Push odin.png into the share dir.
Chris Wilson
2
-3
/
+6
2007-12-17
Correct the cursor query.
Chris Wilson
1
-3
/
+3
2007-12-17
Cut'n'paste error.
Chris Wilson
1
-1
/
+1
2007-12-17
Ignore the generated shell script.
Chris Wilson
1
-0
/
+1
2007-12-17
Use zlib for reading.
Chris Wilson
2
-183
/
+184
2007-12-17
Add a small buffer for writes.
Chris Wilson
1
-2
/
+43
2007-12-17
Filter cmd-line env vars.
Chris Wilson
1
-2
/
+17
2007-12-17
Add a simple to script to capture a trace without also running the gui.
Chris Wilson
3
-0
/
+19
2007-12-16
Remove -lbfd from linker.
Chris Wilson
1
-1
/
+1
[next]