Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1006 Bytes

File metadata and controls

26 lines (20 loc) · 1006 Bytes

PerformanceDebugging

System requirements:

  • Window/Linux Operating System
  • JAVA Development Kit 8
  • Eclipse (Juno or latest)

What you need to do to run this

  1. Import the project in Eclipse
  2. set your input in the stacktrace.txt file
  3. run the Main.java file
  4. you will find the output in the output.txt file

Input file format

  • number of functions number of stacktraces
  • index of the function name of the function //for all the functions
  • space separated callstack of the stacktrace //for all the stacktraces

The example is here

Output file format

  • 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