summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/stp
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-13 06:34:00 +0000
committerhunt <hunt>2005-07-13 06:34:00 +0000
commitfa60355b7aacd1f4b10f1497792787288c0632ff (patch)
tree5ab2cee9aae848540ba784848b8ecc494bc3c021 /runtime/probes/bench/stp
parentf8220a7b945a3be7975fb2610ca1c79119594534 (diff)
downloadsystemtap-steved-fa60355b7aacd1f4b10f1497792787288c0632ff.tar.gz
systemtap-steved-fa60355b7aacd1f4b10f1497792787288c0632ff.tar.xz
systemtap-steved-fa60355b7aacd1f4b10f1497792787288c0632ff.zip
2005-07-12 Martin Hunt <hunt@redhat.com>
* bench/run_bench (do_time): Use ttest instead of "time". Fix processor computation. * bench/ttest.c: Like "time.c" except takes an argument to adjust loop size. Also computes system time + user time instead of real time. Added a warmup loop to get consistent results from cpus which adjust speed based on load. * bench/time.c: Replaced by ttest.c
Diffstat (limited to 'runtime/probes/bench/stp')
-rwxr-xr-xruntime/probes/bench/stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/bench/stp b/runtime/probes/bench/stp
index 00236805..c350f4e6 100755
--- a/runtime/probes/bench/stp
+++ b/runtime/probes/bench/stp
@@ -43,4 +43,4 @@ fi
#../../stpd/stpd $modulename
# no screen, log to files (file logging only if #define STP_NETLINK_ONLY commented out in module)
-../../stpd/stpd -q $modulename
+../../stpd/stpd -mq $modulename