summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@src.gnome.org>2007-10-21 22:11:52 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2007-10-21 22:11:52 +0000
commit36ad6b1f1348f54c89d16fa4968e65d4f3d1a435 (patch)
treeb27d1f6c5110a5226d3d0da9150a07df0dc3f1ed
parent0ffef0e3733335693745164030a53561309cf871 (diff)
svn path=/branches/sysprof-1-0/; revision=377sysprof-1.0.9
svn path=/branches/sysprof-1-0/; revision=377
-rw-r--r--TODO2
-rw-r--r--announce-1.0.961
2 files changed, 63 insertions, 0 deletions
diff --git a/TODO b/TODO
index 13a1956..8bfe2c5 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,8 @@ Before 1.0:
- Check that tarball works
+ - svn add announce-1.0.x
+
- svn commit
- svn tag sysprof-1-0
diff --git a/announce-1.0.9 b/announce-1.0.9
new file mode 100644
index 0000000..d31e495
--- /dev/null
+++ b/announce-1.0.9
@@ -0,0 +1,61 @@
+Sysprof Linux Profiler v. 1.0.9
+
+
+* 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. 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.
+
+
+* 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.9
+--------------------------
+
+ - Compiles with Linux 2.6.23
+
+
+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.9.tar.gz
+
+Sysprof requires
+
+ - Linux 2.6.11 or later, compiled with profiling support
+ - GTK+ 2.6
+ - libglade 2.5
+
+
+Søren