public class ProfilerCollector extends Object
| Constructor and Description |
|---|
ProfilerCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
collect() |
void |
collect(Thread thread)
Override this method to collect based other criteria
If the application knows that a certain type of task happens in a certain thread,
it is possible to group the information by that type of task.
|
void |
collectByKey(Object key,
StackTraceElement[] stackTrace) |
Map<Object,ProfilerData> |
getProfilerData() |
public static final String GLOBAL
public void collect()
public void collect(Thread thread)
public void collectByKey(Object key, StackTraceElement[] stackTrace)
public Map<Object,ProfilerData> getProfilerData()
public void clear()
Copyright © 2019 Electronic Arts Inc. All rights reserved.