- Window/Linux Operating System
- JAVA Development Kit 8
- Eclipse (Juno or latest)
- Import the project in Eclipse
- set your input in the
stacktrace.txtfile - run the
Main.javafile - you will find the output in the
output.txtfile
number of functionsnumber of stacktracesindex of the functionname of the function//for all the functionsspace separated callstack of the stacktrace//for all the stacktraces
The example is here
- frequent subsequence (indexes of the functions, -1 as the end of the subsequence)
- #SUP: number of callstacks contains this subsequence
- #SID: indices list of the callstacks contains this subsequence
The example is here