Skip to content

AwatifYasmin/PerformanceDebugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages