chord.instr
Class TracePrinter

java.lang.Object
  extended by chord.instr.TracePrinter

public class TracePrinter
extends java.lang.Object

Functionality for pretty-printing a trace of events generated during an instrumented program's execution.

Recognized system properties:

Author:
Mayur Naik (mhn@cs.stanford.edu)

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

TracePrinter

public TracePrinter(java.lang.String traceFileName,
                    InstrScheme scheme)
Initializes a trace printer.

Parameters:
traceFileName - Location of the file containing the trace to be printed.
scheme - Instrumentation scheme used to generate this trace.
Method Detail

run

public void run()
Runs the trace printer.