public class ProfileDump extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
textDumpCallTree(CallTreeElement root,
long globalCount) |
static void |
textDumpCallTree(int depthLimit,
PrintWriter pw,
String prefix,
CallTreeElement start,
long sampleCount,
long globalCount) |
static String |
textMethodInfo(ProfilerData data,
long globalCount) |
public static String textMethodInfo(ProfilerData data, long globalCount)
public static String textDumpCallTree(CallTreeElement root, long globalCount)
public static void textDumpCallTree(int depthLimit,
PrintWriter pw,
String prefix,
CallTreeElement start,
long sampleCount,
long globalCount)
Copyright © 2019 Electronic Arts Inc. All rights reserved.