|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.instr.TracePrinter
public class TracePrinter
Functionality for pretty-printing a trace of events generated during an instrumented program's execution.
Recognized system properties:
| Constructor Summary | |
|---|---|
TracePrinter(java.lang.String traceFileName,
InstrScheme scheme)
Initializes a trace printer. |
|
| Method Summary | |
|---|---|
void |
run()
Runs the trace printer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TracePrinter(java.lang.String traceFileName,
InstrScheme scheme)
traceFileName - Location of the file containing the trace to be printed.scheme - Instrumentation scheme used to generate this trace.| Method Detail |
|---|
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||