summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/ttest.c
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-74/+0
|
* 2005-07-28 Martin Hunt <hunt@redhat.com>hunt2005-07-281-16/+8
| | | | | * bench/ALL: Chnage to probe sys_getuid() and sys_getgid() because those aren't used by stpd, unlike sys_read() and sys_write().
* 2005-07-12 Martin Hunt <hunt@redhat.com>hunt2005-07-131-0/+82
* 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