mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Use APPLICATION_NAME macro
Mon Oct 31 00:22:58 2005 Soeren Sandmann <sandmann@redhat.com> * sysprof.c (set_application_title): Use APPLICATION_NAME macro * sysprof.c (load_file): Don't leak the FileOpenData * TODO: updates
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
c34a9b862f
commit
ec8798a8b1
4
TODO
4
TODO
@ -37,7 +37,7 @@ Before 1.2:
|
||||
"main"s are present, only one gets listed in the object list.
|
||||
- Numbers in caller view are completely screwed up.
|
||||
- It looks like it sometimes gets confused with similar but different
|
||||
processess: Something like:
|
||||
processes: Something like:
|
||||
process a spends 80% in foo() called from bar()
|
||||
process b spends 1% in foo() called from baz()
|
||||
we get reports of baz() using > 80% of the time.
|
||||
@ -52,7 +52,7 @@ Before 1.2:
|
||||
- a more pragmatic approach might be to just walk the tree and
|
||||
save it.
|
||||
|
||||
- make stasckstash ref counted
|
||||
- make stackstash ref counted
|
||||
|
||||
- plug all the leaks
|
||||
- don't leak the presentation strings/objects
|
||||
|
||||
Reference in New Issue
Block a user