set cpu_profiler = 1

This commit is contained in:
Søren Sandmann Pedersen
2004-04-27 16:59:32 +00:00
parent 276d51554e
commit a0b578bba5

View File

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