mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
New non-GUI version, written by Lorenzo Colitti, with some changes by me.
Sat Sep 24 00:01:42 2005 Soeren Sandmann <sandmann@redhat.com> * Nakefile.am, sysprof-text.c: New non-GUI version, written by Lorenzo Colitti, with some changes by me. * signal-handler.[ch]: New files that provide a way to get UNIX signals into a glib main loop. * README: add Lorenzo to credits
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
03feea82e4
commit
e2fb3b2985
24
TODO
24
TODO
@ -245,17 +245,6 @@ http://www.linuxbase.org/spec/booksets/LSB-Embedded/LSB-Embedded/ehframe.html
|
||||
- add an 'everything' object. It is really needed for a lot of things
|
||||
- should be easy to do with stackstash reorganization.
|
||||
|
||||
- Non-GUI version that can save in a format the GUI can understand.
|
||||
Could be used for profiling startup etc. Would preferably be able to
|
||||
dump the data to a network socket. Should be able to react to eg.
|
||||
SIGUSR1 by dumping the data.
|
||||
|
||||
Work done by Lorenzo:
|
||||
|
||||
http://www.colitti.com/lorenzo/software/gnome-startup/sysprof-text.diff
|
||||
http://www.colitti.com/lorenzo/software/gnome-startup/sysprof.log
|
||||
http://colitti.com/lorenzo/software/gnome-startup/
|
||||
|
||||
- Figure out how Google's pprof script works. Then add real call graph
|
||||
drawing. (google's script is really simple; uses dot from graphviz).
|
||||
|
||||
@ -274,7 +263,7 @@ Later:
|
||||
|
||||
- .desktop file
|
||||
[Is this worth it? You will often want to start it as root,
|
||||
and you will need to insert the module from the command line]
|
||||
and you will need to insert the module from the comman line]
|
||||
- Applications should be able to say "start profiling", "stop profiling"
|
||||
so that you can limit the profiling to specific areas.
|
||||
Idea:
|
||||
@ -435,6 +424,17 @@ Later:
|
||||
|
||||
DONE:
|
||||
|
||||
* Non-GUI version that can save in a format the GUI can understand.
|
||||
Could be used for profiling startup etc. Would preferably be able to
|
||||
dump the data to a network socket. Should be able to react to eg.
|
||||
SIGUSR1 by dumping the data.
|
||||
|
||||
Work done by Lorenzo:
|
||||
|
||||
http://www.colitti.com/lorenzo/software/gnome-startup/sysprof-text.diff
|
||||
http://www.colitti.com/lorenzo/software/gnome-startup/sysprof.log
|
||||
http://colitti.com/lorenzo/software/gnome-startup/
|
||||
|
||||
* consider caching [filename => bin_file]
|
||||
|
||||
* Check the kernel we are building against, if it is SMP or
|
||||
|
||||
Reference in New Issue
Block a user