|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogging.Reporter
public class Reporter
This class provides the service to build reports in the form of text files that can be read by spread sheet programs.
Constructor Summary | |
---|---|
Reporter()
|
Method Summary | |
---|---|
static void |
generateReportAboutJobClasses(Mapper mapper,
GeneratorsController controller,
java.lang.String fileName)
This method generates a report (file) about the job classes during or after a test. |
static void |
generateReportAboutSystemStatistics(Mapper mapper,
java.lang.String fileName)
This method generates report about system level statistics such as Scheduling scheme, Start Time, Duration, Communication Delay, and Waiting time, etc.. |
static void |
generateReportOfMue(Mapper mapper,
java.lang.String fileName)
This report generate a text file containing Mue Matrix (Processing Rates) and the actual Processing rates that were obtained during or after a test. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reporter()
Method Detail |
---|
public static void generateReportAboutJobClasses(Mapper mapper, GeneratorsController controller, java.lang.String fileName) throws java.io.IOException
mapper
- the Mapper object containing the job classescontroller
- the GeneratorsController object that generated jobs.fileName
- a target to store the report on
java.io.IOException
- that might happend when accessing the file systemMapper
public static void generateReportAboutSystemStatistics(Mapper mapper, java.lang.String fileName)
mapper
- the Mapper object containing the job classesfileName
- a target file to store the report on..
public static void generateReportOfMue(Mapper mapper, java.lang.String fileName) throws java.io.IOException
mapper
- the Mapper object containing the job classes.fileName
- a target file to store the report on.
java.io.IOException
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |