- java.lang.Object
-
- com.ibm.jvm.format.Format2Tprof
-
public class Format2Tprof extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Format2Tprof.MethodEntry
-
Constructor Summary
Constructors Constructor Description Format2Tprof()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
countSampleMethod(Collection s)
void
generateTprofOutput(PrintStream out, Collection s)
Format2Tprof.MethodEntry
getJittedMethod(String msg)
static void
main(String[] args)
boolean
readAndFormat(String[] args, List methodTable)
void
run(String[] args)
-
-
-
Method Detail
-
run
public void run(String[] args)
-
main
public static void main(String[] args)
-
countSampleMethod
public void countSampleMethod(Collection s)
-
generateTprofOutput
public void generateTprofOutput(PrintStream out, Collection s)
-
getJittedMethod
public Format2Tprof.MethodEntry getJittedMethod(String msg)
-
-