| 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 | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Long,ProfiledMethod> |
ProfiledMethods.methods |
| Modifier and Type | Method and Description |
|---|---|
private ProfiledMethod |
ProfileData.getProfiledMethod(long serial) |
ProfiledMethod |
ProfiledMethods.getProfiledMethod(long serial) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Long,ProfiledMethod> |
ProfiledMethods.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.String |
ProfilePrinter.methodName(ProfiledMethod profileMethod) |