summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/run_bench
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-136/+0
|
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-261-1/+1
| | | | | | * bench/run_bench: Changed 'stpd' references to 'staprun'. * bench/trans_bench: Ditto. * where_func/README: Ditto.
* 2006-01-19 Martin Hunt <hunt@redhat.com>hunt2006-01-191-7/+1
| | | | | * pmap-gen.c (_stp_pmap_get): Fix bug where old data from agg map could be returned after element was deleted.
* New benchmark: trans_bench.hunt2005-08-221-8/+39
|
* 2005-07-12 Martin Hunt <hunt@redhat.com>hunt2005-07-131-9/+10
| | | | | | | | | | | | * 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
* *** empty log message ***hunt2005-06-281-10/+15
|
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-281-0/+105
* bench: New probe to do benchmarks.