From c39d889155d4c9365bd27691d22a92c447ced976 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 29 May 2008 14:46:38 -0400 Subject: SW5106 Remove old map and histogram formatting code --- runtime/probes/bench/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 runtime/probes/bench/README (limited to 'runtime/probes/bench/README') diff --git a/runtime/probes/bench/README b/runtime/probes/bench/README deleted file mode 100644 index 04801a74..00000000 --- a/runtime/probes/bench/README +++ /dev/null @@ -1,18 +0,0 @@ -This is a benchmark program for the SystemTap Runtime. - -It works by instrumenting sys_uid() and sys_gid(). It calls each a million -times and measures how long it takes. Then it puts an empty kprobe on one and jprobe on the -other and measures that. Subtracting the difference between the two runs gives -the kprobe and jprobe overhead. The process is then repeated for more -complicated probes. - -To Start: - -1. Build the test program. -> gcc -O3 -o time time.c - -2. Run the benchmarks -> ./run_bench - - - -- cgit