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 |
---|---|
IntHashMap<Invocation> |
Invocation.getChildren() |
protected static IntHashMap<org.jruby.runtime.profile.builtin.MethodData> |
ProfilePrinter.methodData(Invocation top) |
Constructor and Description |
---|
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children) |
Copyright © 2001-2015 JRuby. All Rights Reserved.