From 62e4d93d86eae47bdac422f3eca3844bd3fda0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 3 May 2004 18:58:28 +0000 Subject: [PATCH] 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 dd322253..e5d925c0 100644 --- a/sysprof-module.c +++ b/sysprof-module.c @@ -20,7 +20,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 *);