summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/time.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-12 Martin Hunt <hunt@redhat.com>hunt2005-07-131-68/+0
| | | | | | | | | | | | * 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
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-281-0/+68
* bench: New probe to do benchmarks.