| 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 |
|---|---|
protected static IntHashMap<MethodData> |
ProfilePrinter.methodData(Invocation top) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
JsonProfilePrinter.childCallsToJson(MethodData method) |
private java.lang.String |
JsonProfilePrinter.methodToJson(MethodData method) |
private java.lang.String |
JsonProfilePrinter.parentCallsToJson(MethodData method) |
private java.lang.Integer[] |
HtmlProfilePrinter.parentSerials(MethodData data) |
private void |
HtmlProfilePrinter.printInvocationFromParent(java.io.PrintStream out,
MethodData data,
int parentSerial,
java.lang.String callerName,
InvocationSet invs) |
private void |
HtmlProfilePrinter.printInvocationOfChild(java.io.PrintStream out,
IntHashMap<MethodData> methods,
MethodData data,
int childSerial,
java.lang.String callerName,
InvocationSet invs) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
ProfilePrinter.methodData1(IntHashMap<MethodData> methods,
Invocation inv) |
private void |
HtmlProfilePrinter.printInvocationOfChild(java.io.PrintStream out,
IntHashMap<MethodData> methods,
MethodData data,
int childSerial,
java.lang.String callerName,
InvocationSet invs) |