| Package | Description | 
|---|---|
| org.jruby.runtime.profile.builtin | This package contains the implementation of  ProfilingServiceand all related
 classes will be used for all profiling methods which are shipped with jruby. | 
| Modifier and Type | Method and Description | 
|---|---|
| Invocation | Invocation. childInvocationFor(int serial) | 
| Invocation | ProfileData. computeResults()Compute the profiling results from gathered data. | 
| Invocation | ProfileData. getCurrentInvocation() | 
| Invocation | Invocation. getParent() | 
| protected Invocation | ProfilePrinter. getTopInvocation() | 
| Invocation | ProfileData. getTopInvocation() | 
| Modifier and Type | Method and Description | 
|---|---|
| IntHashMap<Invocation> | Invocation. getChildren() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Invocation. addChild(Invocation child) | 
| protected static IntHashMap<org.jruby.runtime.profile.builtin.MethodData> | ProfilePrinter. methodData(Invocation top) | 
| void | Invocation. setParent(Invocation p) | 
| Constructor and Description | 
|---|
| Invocation(Invocation parent,
          int serial) | 
| Invocation(Invocation parent,
          int serial,
          IntHashMap<Invocation> children) | 
| ProfilePrinter(ProfileData profileData,
              Invocation topInvocation) | 
| Constructor and Description | 
|---|
| Invocation(Invocation parent,
          int serial,
          IntHashMap<Invocation> children) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.