Class GraphProfilePrinter
java.lang.Object
org.jruby.runtime.profile.builtin.ProfilePrinter
org.jruby.runtime.profile.builtin.GraphProfilePrinter
-
Field Summary
Fields inherited from class org.jruby.runtime.profile.builtin.ProfilePrinter
PROFILER_PROFILE_METHOD, PROFILER_PROFILED_CODE_METHOD -
Constructor Summary
ConstructorsConstructorDescriptionGraphProfilePrinter(ProfileData profileData) GraphProfilePrinter(ProfileData profileData, Invocation topInvocation) -
Method Summary
Modifier and TypeMethodDescriptionvoidprintHeader(PrintStream out) voidprintProfile(PrintStream out, boolean first) Methods inherited from class org.jruby.runtime.profile.builtin.ProfilePrinter
getProfileData, getThreadName, getTopInvocation, isProfilerInvocation, isThisProfilerInvocation, methodData, methodName, methodName, nanoString, newPrinter, newPrinter, pad, pad, printFooter, printProfile, printProfile
-
Constructor Details
-
GraphProfilePrinter
-
GraphProfilePrinter
GraphProfilePrinter(ProfileData profileData, Invocation topInvocation)
-
-
Method Details
-
printHeader
- Overrides:
printHeaderin classProfilePrinter
-
printProfile
- Specified by:
printProfilein classProfilePrinter
-