public class ProfilerData extends Object
| Constructor and Description |
|---|
ProfilerData() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(StackTraceElement[] stack) |
CallTreeElement |
getCallTree() |
Set<MethodInfo> |
getMethods() |
long |
getSampleCount() |
void |
reset() |
public void collect(StackTraceElement[] stack)
public void reset()
public Set<MethodInfo> getMethods()
public CallTreeElement getCallTree()
public long getSampleCount()
Copyright © 2019 Electronic Arts Inc. All rights reserved.