From a0b578bba5271dbc35f572320457fcd8b23809ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 27 Apr 2004 16:59:32 +0000 Subject: [PATCH] set cpu_profiler = 1 --- sysprof-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysprof-module.c b/sysprof-module.c index ae9cb92d..cfb2c1b2 100644 --- a/sysprof-module.c +++ b/sysprof-module.c @@ -18,7 +18,7 @@ MODULE_AUTHOR("Soeren Sandmann (sandmann@daimi.au.dk)"); #define SAMPLES_PER_SECOND 50 /* must divide HZ */ -static const int cpu_profiler = 0; /* 0: page faults, 1: cpu */ +static const int cpu_profiler = 1; /* 0: page faults, 1: cpu */ static void on_timer_interrupt (void *);