Commit Graph

9 Commits

Author SHA1 Message Date
Zoltan Somogyi
0eadbfc364 Convert tools/speedtest to 4-space indentation.
And improve the format of its output a bit.
2014-12-31 20:26:31 +11:00
Zoltan Somogyi
92bedbc858 Make the output clearer by putting blank lines between the lines
Estimated hours taken: 0.1
Branches: main

tools/speed_summary:
	Make the output clearer by putting blank lines between the lines
	derived from different program versions.
2007-04-13 04:53:42 +00:00
Zoltan Somogyi
26442ca52f Generalize the script to allow it to summarize the results from speed
Estimated hours taken: 0.2
Branches: main

tools/speed_summary:
	Generalize the script to allow it to summarize the results from speed
	trials of programs other than the compiler.
2002-07-24 10:29:23 +00:00
Zoltan Somogyi
d6751a0c47 To reduce clutter, only report times with ignore=1.
Estimated hours taken: 0.1
Branches: main

tools/speed_summary:
	To reduce clutter, only report times with ignore=1.
2002-03-28 03:30:32 +00:00
Zoltan Somogyi
30855732b1 Add a mechanism for reporting times as a percentage of a given base
Estimated hours taken: 0.2
Branches: main

tools/speed_summary:
	Add a mechanism for reporting times as a percentage of a given base
	time.
2002-02-19 08:25:31 +00:00
Zoltan Somogyi
df6f30b9cc Guarantee that the output covers the variants being tested in the same
Estimated hours taken: 0.2
Branches: main

tools/speed_summary:
	Guarantee that the output covers the variants being tested in the same
	order as the input.
2002-01-18 06:56:21 +00:00
Zoltan Somogyi
674e77b4cd Rewrite this script. The new version is better because:
Estimated hours taken: 2
Branches: main

tools/speed_summary:
	Rewrite this script. The new version is better because:

	- it works for test runs of programs other than the Mercury compiler;
	- it prints the average after discarding the highest and lowest N
	  times, where N can now be 0, 1 or 2 (in the old version, it could
	  only be 0 or 1); and
	- it has better structure than the old version.
2002-01-11 05:59:30 +00:00
Zoltan Somogyi
71a6598587 For each test program, compute not only the average of all the times,
Estimated hours taken: 0.5
Branches: main

tools/speed_summary:
	For each test program, compute not only the average of all the times,
	but also an average computed from the times left after discarding the
	lowest and the highest times. This can be useful to avoid giving
	unnecessary weight e.g. to the time required to swap in the program.
2001-05-17 07:03:02 +00:00
Zoltan Somogyi
3082e64216 An awk script to summarize the files generates by speedtest,
Estimated hours taken: 0.5

tools/speed_summary:
	An awk script to summarize the files generates by speedtest,
	by averaging the user-mode times automatically.
2000-08-09 04:22:48 +00:00