| Package | Description |
|---|---|
| cloud.orbit.profiler |
| Modifier and Type | Method and Description |
|---|---|
CallTreeElement |
ProfilerData.getCallTree() |
| Modifier and Type | Method and Description |
|---|---|
Map<MethodInfo,CallTreeElement> |
CallTreeElement.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ProfileDump.textDumpCallTree(CallTreeElement root,
long globalCount) |
static void |
ProfileDump.textDumpCallTree(int depthLimit,
PrintWriter pw,
String prefix,
CallTreeElement start,
long sampleCount,
long globalCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallTreeElement.setChildren(Map<MethodInfo,CallTreeElement> children) |
Copyright © 2019 Electronic Arts Inc. All rights reserved.