Uses of Class
org.eclipse.epsilon.profiling.ProfilerTarget
-
Packages that use ProfilerTarget Package Description org.eclipse.epsilon.profiling org.eclipse.epsilon.profiling.dt -
-
Uses of ProfilerTarget in org.eclipse.epsilon.profiling
Fields in org.eclipse.epsilon.profiling declared as ProfilerTarget Modifier and Type Field Description protected ProfilerTarget
Profiler. activeTarget
protected ProfilerTarget
ProfilerTarget. parent
protected ProfilerTarget
Profiler. root
Fields in org.eclipse.epsilon.profiling with type parameters of type ProfilerTarget Modifier and Type Field Description protected List<ProfilerTarget>
ProfilerTarget. children
Methods in org.eclipse.epsilon.profiling that return ProfilerTarget Modifier and Type Method Description ProfilerTarget
ProfilerTarget. getParent()
ProfilerTarget
Profiler. getRoot()
ProfilerTarget
Profiler. start(String targetName)
ProfilerTarget
Profiler. start(String targetName, String data, ModuleElement moduleElement)
Methods in org.eclipse.epsilon.profiling that return types with arguments of type ProfilerTarget Modifier and Type Method Description List<ProfilerTarget>
ProfilerTarget. getChildren()
Methods in org.eclipse.epsilon.profiling with parameters of type ProfilerTarget Modifier and Type Method Description void
ProfilerTarget. addChild(ProfilerTarget child)
protected void
Profiler. collectExecutionTimes(HashMap<String,ExecutionTime> executionTimes, ProfilerTarget target)
-
Uses of ProfilerTarget in org.eclipse.epsilon.profiling.dt
Fields in org.eclipse.epsilon.profiling.dt with type parameters of type ProfilerTarget Modifier and Type Field Description protected List<ProfilerTarget>
ProfilerView. rootTargets
-