This is the mail archive of the systemtap-cvs@sources.redhat.com mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/runtime/probes/bench bench.c run_bench stp ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-07-13 06:34:01

Modified files:
	runtime/probes/bench: bench.c run_bench stp 
Added files:
	runtime/probes/bench: ttest.c 
Removed files:
	runtime/probes/bench: time.c 

Log message:
	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

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/bench/ttest.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/bench/bench.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/bench/run_bench.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/bench/stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/bench/time.c.diff?cvsroot=systemtap&r1=1.1&r2=NONE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]