diff options
author | Søren Sandmann <sandmann@redhat.com> | 2008-10-24 19:17:54 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-02-06 15:25:48 -0500 |
commit | 5ecf04743709da0816705d11df85bc2a7c5a4643 (patch) | |
tree | 8971a9aafc5b19102eed62fb3273d0a3a37d6408 | |
parent | a42fe72bbb44e086623f0b6f6ed195ed18e65e2d (diff) |
-=-=-=-=- Release Sysprof 1.0.11sysprof-1.0.11
-rw-r--r-- | TODO | 8 | ||||
-rw-r--r-- | announce-1.0.11 | 60 | ||||
-rw-r--r-- | binfile.c | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 66 insertions, 6 deletions
@@ -5,19 +5,19 @@ Before 1.0: - sysprof.c about box - any file that changed - - make announce-1.0.10 file + - make announce-1.0.11 file - search-and-replace 1.0.(x-1) 1.0.x - Add notes in sysprof-1.0.x section - - svn add announce-1.0.x + - git add announce-1.0.x - Make tarball - Check that tarball works - - svn commit + - git commit - - svn copy svn+ssh://ssp@svn.gnome.org/svn/sysprof/branches/sysprof-1-0 svn+ssh://ssp@svn.gnome.org/svn/sysprof/tags/SYSPROF-1-0-9 -m "tag 1.0.10" + - git tag -a sysprof-1.0.11 -m "Sysprof 1.0.11" - Update website diff --git a/announce-1.0.11 b/announce-1.0.11 new file mode 100644 index 0000000..b8aafcc --- /dev/null +++ b/announce-1.0.11 @@ -0,0 +1,60 @@ +Sysprof Linux Profiler v. 1.0.11 + + +* 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.11 +-------------------------- + + - Compiles with newer kernels + +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.11.tar.gz + +Sysprof requires + + - Linux 2.6.11 or later, compiled with profiling support + - GTK+ 2.6 + - libglade 2.5 + + +Søren @@ -3,7 +3,7 @@ * Copyright 2002, Kristian Rietveld * * Sysprof -- Sampling, systemwide CPU profiler - * Copyright 2004, 2005, Soeren Sandmann + * Copyright 2004, 2005, 2008 Soeren Sandmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index e35a14a..1a8cb2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([sysprof], [1.0.10]) +AC_INIT([sysprof], [1.0.11]) AC_CONFIG_SRCDIR(sysprof.glade) AM_INIT_AUTOMAKE(no-define) |