Package daikon.tools

Class ReadTrace


  • public class ReadTrace
    extends Object
    A class that gives an example of how to use a FileIO.Processor object to read a trace file. Invoke it like:
       java daikon.tools.ReadTrace file1 file2 ...
     
    A concrete example invocation:
       java -cp $DAIKONDIR/daikon.jar daikon.tools.ReadTrace /scratch/$USER/tests/daikon-tests/StackAr/StackAr.dtrace.gz
     
    You probably won't run this program. Instead, you will copy parts of its source code in the process of writing your own program that reads a dtrace file.
    • Method Detail

      • main

        public static void main​(String[] args)
        The entry point for ReadTrace.
        Parameters:
        args - data trace file names