Package | Description |
---|---|
org.jruby | |
org.jruby.runtime | |
org.jruby.runtime.profile |
Modifier and Type | Method and Description |
---|---|
void |
Ruby.printProfileData(ProfileData profileData) |
void |
Ruby.printProfileData(ProfileData profileData,
java.io.PrintStream out)
Deprecated.
use printProfileData(ProfileData) or printProfileData(ProfileData,ProfileOutput)
|
void |
Ruby.printProfileData(ProfileData profileData,
ProfileOutput output) |
Modifier and Type | Method and Description |
---|---|
ProfileData |
ThreadContext.getProfileData()
Get the profile data for this thread (ThreadContext).
|
Modifier and Type | Method and Description |
---|---|
ProfileData |
ProfilePrinter.getProfileData() |
Modifier and Type | Method and Description |
---|---|
static ProfilePrinter |
ProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode,
ProfileData profileData)
Printer implementation factory for supported profiling modes.
|
Constructor and Description |
---|
FlatProfilePrinter(ProfileData profileData) |
GraphProfilePrinter(ProfileData profileData) |
HtmlProfilePrinter(ProfileData profileData) |
JsonProfilePrinter(ProfileData profileData) |
ProfilePrinter(ProfileData profileData) |
ProfilePrinter(ProfileData profileData,
Invocation topInvocation) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.