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 *);