cpu_profiler = 1

This commit is contained in:
Søren Sandmann Pedersen
2004-05-03 18:58:28 +00:00
parent 04b1b297af
commit 62e4d93d86

View File

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