summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2005-06-19 19:43:02 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-06-19 19:43:02 +0000
commit8e4696a4a1703a7ccc1297c51849e02bb73ba34b (patch)
treec79c90bd01849bacf81eee5c44a1cb410ae46802 /module
parent18abd9e1e674c22dd11a0d4b9d6f18d49904d4f9 (diff)
Add version information
Sun Jun 19 15:39:50 2005 Søren Sandmann <sandmann@redhat.com> * sysprof.c (on_about_activated): Add version information * configure.ac: Bump version to 0.91 * README: Updates
Diffstat (limited to 'module')
-rw-r--r--module/sysprof-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/sysprof-module.c b/module/sysprof-module.c
index 09fb8d7..3a6525f 100644
--- a/module/sysprof-module.c
+++ b/module/sysprof-module.c
@@ -42,7 +42,7 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Soeren Sandmann (sandmann@daimi.au.dk)");
-#define SAMPLES_PER_SECOND (256)
+#define SAMPLES_PER_SECOND (200)
#define INTERVAL (HZ / SAMPLES_PER_SECOND)
#define N_TRACES 256