Package | Description |
---|---|
org.eclipse.epsilon.profiling | |
org.eclipse.epsilon.profiling.dt |
Modifier and Type | Field and Description |
---|---|
protected ProfilerTarget |
Profiler.activeTarget |
protected ProfilerTarget |
ProfilerTarget.parent |
protected ProfilerTarget |
Profiler.root |
Modifier and Type | Field and Description |
---|---|
protected List<ProfilerTarget> |
ProfilerTarget.children |
Modifier and Type | Method and Description |
---|---|
ProfilerTarget |
ProfilerTarget.getParent() |
ProfilerTarget |
Profiler.getRoot() |
ProfilerTarget |
Profiler.start(String targetName) |
ProfilerTarget |
Profiler.start(String targetName,
String data,
FileMarker fileMarker) |
Modifier and Type | Method and Description |
---|---|
List<ProfilerTarget> |
ProfilerTarget.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ProfilerTarget.addChild(ProfilerTarget child) |
protected void |
Profiler.collectExecutionTimes(HashMap<String,ExecutionTime> executionTimes,
ProfilerTarget target) |
Modifier and Type | Field and Description |
---|---|
protected List<ProfilerTarget> |
ProfilerView.rootTargets |
Copyright © 2016. All rights reserved.