From d7b4e3f96ab066130b331df6f22d2fce8fc821ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 17 Jun 2004 20:38:37 +0000 Subject: [PATCH] more samples per secnds --- sysprof-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysprof-module.c b/sysprof-module.c index fdee2247..284873ff 100644 --- a/sysprof-module.c +++ b/sysprof-module.c @@ -20,7 +20,7 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Soeren Sandmann (sandmann@daimi.au.dk)"); -#define SAMPLES_PER_SECOND (20) +#define SAMPLES_PER_SECOND (50) #define INTERVAL (HZ / SAMPLES_PER_SECOND) #define N_TRACES 256