Abdulaziz Ghuloum
|
efae97a6e0
|
Actually, the profiling times show that memory-based tests can be
performed at around 3 secs per 1 billion checks (about 6 times
slower than register-based counters).
|
2006-12-21 16:32:45 +03:00 |
Abdulaziz Ghuloum
|
67a850e712
|
Profiling timing shows that we can do interrupt checks with cost:
* about 2.0 secs per 1 billion checks if the counter is kept in memory
* about 0.5 secs per 1 billion checks if the counter is kept in register.
|
2006-12-21 16:22:07 +03:00 |
Abdulaziz Ghuloum
|
52acb437e8
|
added:
lab/prof/
lab/prof/Makefile
lab/prof/main
lab/prof/main.c
lab/prof/main.s
|
2006-12-17 02:15:38 +03:00 |