| Package | Description |
|---|---|
| org.jruby.runtime.profile.builtin |
This package contains the implementation of
ProfilingService and all related
classes will be used for all profiling methods which are shipped with jruby. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlatProfilePrinter |
class |
GraphProfilePrinter |
class |
HtmlProfilePrinter |
class |
JsonProfilePrinter |
| Modifier and Type | Method and Description |
|---|---|
static ProfilePrinter |
ProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode,
ProfileData profileData)
Printer implementation factory for supported profiling modes.
|
(package private) static ProfilePrinter |
ProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode,
ProfileData profileData,
Invocation topInvocation) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ProfileOutput.footerAndCleanupOnShutdown(ProfilePrinter printer) |
void |
ProfileOutput.printProfile(ProfilePrinter printer) |