| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileOutput.printProfile(ProfilePrinter printer) |
Copyright © 2001–2024 JRuby. All rights reserved.