All Packages Class Hierarchy This Package Previous Next Index
Class pinball.log.TimeStampReport
java.lang.Object
|
+----pinball.log.TimeStampReport
- public class TimeStampReport
- extends Object
This reads frame rates in the log file and generates an html file with the statistics.
-
avgFrameRate
- Frame rate.
-
output
- File that will get the data.
-
TimeStampReport(PrintWriter)
- Creates the TimeStamp reports for the log files.
-
check(String)
- Analyzes the frame rate information.
-
process(StringTokenizer)
- Finds the frame rate statistics.
-
writeInfo()
- Writes the information about the frame rate.
output
private PrintWriter output
- File that will get the data.
avgFrameRate
private float avgFrameRate
- Frame rate.
TimeStampReport
public TimeStampReport(PrintWriter out)
- Creates the TimeStamp reports for the log files.
- Parameters:
- out - the output file.
process
public void process(StringTokenizer tokens)
- Finds the frame rate statistics.
- Parameters:
- tokens - the line of tokens to process.
check
private void check(String data)
- Analyzes the frame rate information.
- Parameters:
- data - the data from the log file.
writeInfo
public void writeInfo()
- Writes the information about the frame rate.
All Packages Class Hierarchy This Package Previous Next Index