summaryrefslogtreecommitdiffstats
path: root/perform/gen_report.pl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5729] Purpose:Albert Cheng2002-06-301-3/+11
| | | | | | | | Bring in sync with v1.4 versions that have copyright statements added. Platforms tested: eirene(pp). Only one machine tested because all changes are merely comments.
* [svn-r5526] Purpose:Bill Wendling2002-06-041-2/+2
| | | | | | | | | | Bug Fix Description: Still was calling the POSIX stuff "Raw". Solution: Changed name to POSIX instead of Raw... Platforms tested: Linux
* [svn-r5515] Purpose:Bill Wendling2002-06-031-6/+29
| | | | | | | | | | | | Bug Fix Description: There was an error in the way it was determining if there were any reads to report. Solution: Wrote a subroutine which would determine if the reads are defined in the structure before trying to print them out. Platforms tested: Linux
* [svn-r5511] Purpose:Bill Wendling2002-06-031-0/+262
Add Report Generator Description: This is a generator for ASCII and Excel(tm)(c) reports generated by the pio_perf benchmark we run. There are instructions at the top of the file on how to run the program and the input format it expects, etc. Platforms tested: Linux