mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
remove old files
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
Soren Sandmann
|
||||
E-mail: sandmann@daimi.au.dk
|
||||
Userid: ssp
|
||||
70
announce-1.0
70
announce-1.0
@ -1,70 +0,0 @@
|
||||
Sysprof 1.0
|
||||
|
||||
* What is it?
|
||||
--------------------------
|
||||
|
||||
Sysprof is a sampling system-wide CPU profiler for Linux.
|
||||
|
||||
Sysprof uses a Linux kernel module to profile the entire system, not
|
||||
just an individual application.
|
||||
|
||||
Of course, sysprof handles threads and shared libraries, and
|
||||
applications do not have to be recompiled or instrumented. In fact
|
||||
they don't even have to be restarted.
|
||||
|
||||
Just insert the kernel module and start sysprof.
|
||||
|
||||
|
||||
* Features:
|
||||
----------------------
|
||||
|
||||
- Profiles all running processes, not just a single application
|
||||
|
||||
- Call graph support showing time spent in each branch of the call tree
|
||||
|
||||
- Has a simple graphical interface
|
||||
|
||||
- Profiles can be loaded and saved
|
||||
|
||||
- Easy to use: Just insert the kernel module and start sysprof
|
||||
|
||||
- Supports Fedora debuginfo packages
|
||||
|
||||
|
||||
* Sysprof 1.0
|
||||
--------------------------
|
||||
|
||||
This is the first release of sysprof with a 1.x version number. I am
|
||||
very excited about that.
|
||||
|
||||
New features since Sysprof 0.91:
|
||||
|
||||
- support for x86-64, thanks to Mike Frysinger
|
||||
- better reporting of time spent in the kernel
|
||||
|
||||
Please report bugs as well as success or failure stories to
|
||||
|
||||
sandmann@daimi au dk
|
||||
|
||||
|
||||
* Where can I get it?
|
||||
--------------------------------------------
|
||||
|
||||
Home page:
|
||||
|
||||
http://www.daimi.au.dk/~sandmann/sysprof/
|
||||
|
||||
Source code:
|
||||
|
||||
http://www.daimi.au.dk/~sandmann/sysprof/sysprof-1.0.tar.gz
|
||||
|
||||
Sysprof requires
|
||||
|
||||
- Linux 2.6.11 or later, compiled with profiling support
|
||||
- GTK+ 2.6
|
||||
- libglade 2.5
|
||||
|
||||
It is known to work out the box on Fedora Core 4.
|
||||
|
||||
|
||||
Søren
|
||||
25
announce-1.2
25
announce-1.2
@ -1,25 +0,0 @@
|
||||
Sysprof 1.2.0
|
||||
|
||||
|
||||
A new stable release 1.2.0 of Sysprof is now available. News since 1.0:
|
||||
|
||||
- User interface improvements
|
||||
- Improved tracking of time spent in kernel
|
||||
- Command line version
|
||||
- Performance improvements
|
||||
- Now based on perf_event_create system call
|
||||
|
||||
|
||||
Where to get it:
|
||||
|
||||
Download: http://sysprof.com/sysprof-1.2.0.tar.gz
|
||||
Sysprof web site: http://sysprof.com/
|
||||
Git: git://git.gnome.org/sysprof
|
||||
Sysprof mailing list: http://mail.gnome.org/mailman/listinfo/sysprof-list
|
||||
|
||||
Please send patches and bug reports to
|
||||
|
||||
sysprof-list@gnome.org.
|
||||
|
||||
|
||||
Søren
|
||||
Reference in New Issue
Block a user