|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.mc.flightrecorder.RecordingPrinter
public final class RecordingPrinter
Prints a flight recording to a PrintStream
| Nested Class Summary | |
|---|---|
static class |
RecordingPrinter.TimeFormat
Time format to use when printing events. |
static class |
RecordingPrinter.Verbosity
Verbosity level to use when printing events. |
| Constructor Summary | |
|---|---|
RecordingPrinter(java.io.PrintStream output,
FlightRecording recording)
Creates a recording print a FlightRecording to a
PrintStream |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Main method that will print a recording Usage: java com.jrockit.mc.flightrecorder [-humanTime] [-brief] fileName -humanTime will format the time into days, hours, minutes instead of nanoseconds since 1970 - brief will print only parts of all avebt values. |
void |
print()
Print the recording. |
void |
setTimeFormat(RecordingPrinter.TimeFormat timeFormat)
Sets the time format to use when printing events. |
void |
setVerbosityLevel(RecordingPrinter.Verbosity verbosity)
Sets the verbosity level when printing events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordingPrinter(java.io.PrintStream output,
FlightRecording recording)
FlightRecording to a
PrintStream
output - the stream to output the resultrecording - the recording to use.| Method Detail |
|---|
public void setTimeFormat(RecordingPrinter.TimeFormat timeFormat)
RecordingPrinter.TimeFormat
for more information
timeFormat - the timeformat.public void setVerbosityLevel(RecordingPrinter.Verbosity verbosity)
RecordingPrinter.Verbosity from
more information.
verbosity - the verbosity level.public static void main(java.lang.String[] args)
java com.jrockit.mc.flightrecorder [-humanTime] [-brief] fileName -humanTime will format the time into days, hours, minutes instead of nanoseconds since 1970 - brief will print only parts of all avebt values.
args - the argumentspublic void print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||