| 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 | Method and Description |
|---|---|
ProfileData |
ProfilePrinter.getProfileData() |
ProfileData |
BuiltinProfilingService.newProfileCollection(ThreadContext context) |
| 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 © 2001–2024 JRuby. All rights reserved.