timing measurement code out of kernel and into library

(so other components can use it too)
This commit is contained in:
Ben Gras
2009-01-09 16:15:15 +00:00
parent 54b3f50b05
commit 128a0508c0
5 changed files with 20 additions and 110 deletions

View File

@@ -25,12 +25,4 @@
#define DEBUG_SCHED_CHECK 1
#define DEBUG_TIME_LOCKS 1
/* It's interesting to measure the time spent withing locked regions, because
* this is the time that the system is deaf to interrupts.
*/
#define TIMING_POINTS 20 /* timing resolution */
#define TIMING_CATEGORIES 20
#define TIMING_NAME 10
#endif /* DEBUG_H */