mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Declare bin_parser_free();
2006-11-19 Soren Sandmann <sandmann@redhat.com> * binparser.h: Declare bin_parser_free(); * elfparser.c (elf_parser_get_crc32): Use madvise(DONT_NEED) on the file. * process.c (struct Process): Remove do_offset.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
66fc976342
commit
9af533a11f
11
TODO
11
TODO
@ -203,7 +203,18 @@ Before 1.2:
|
||||
- plug all the leaks
|
||||
- loading and saving probably leak right now
|
||||
|
||||
- make it use less memory:
|
||||
- StackNodes are dominating
|
||||
- fold 'toplevel' into 'size'
|
||||
- allocate in blocks
|
||||
- this will need to be coordinated with
|
||||
profile.c which also creates stacknodes.
|
||||
|
||||
- maybe simply make stackstashes able to
|
||||
save themselves.
|
||||
|
||||
- rethink loading and saving. Goals
|
||||
|
||||
- Can load 1.0 profiles
|
||||
- Don't export too much of stackstashes to the rest of the
|
||||
app
|
||||
|
||||
Reference in New Issue
Block a user