Class ProfilingLaunchAdapter
java.lang.Object
org.eclipse.m2m.atl.emftvm.launcher.LaunchAdapter
org.eclipse.m2m.atl.emftvm.launcher.profiler.ProfilingLaunchAdapter
- All Implemented Interfaces:
VMMonitor
Profiling
LaunchAdapter
for EMFTVM.-
Constructor Summary
ConstructorsConstructorDescriptionProfilingLaunchAdapter
(org.eclipse.debug.core.ILaunch launch) Creates a newProfilingLaunchAdapter
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
enter
(StackFrame frame) Enters the stack frame.Returns the embedded profiler.void
leave
(StackFrame frame) Leaves the stack frame.void
Invoked when execution is terminated.Methods inherited from class org.eclipse.m2m.atl.emftvm.launcher.LaunchAdapter
error, getLaunch, isTerminated, setTerminated, step
-
Constructor Details
-
ProfilingLaunchAdapter
public ProfilingLaunchAdapter(org.eclipse.debug.core.ILaunch launch) Creates a newProfilingLaunchAdapter
.- Parameters:
launch
- the launch object to wrap
-
-
Method Details
-
enter
Enters the stack frame.- Specified by:
enter
in interfaceVMMonitor
- Overrides:
enter
in classLaunchAdapter
- Parameters:
frame
- the frame to enter in- See Also:
-
leave
Leaves the stack frame.- Specified by:
leave
in interfaceVMMonitor
- Overrides:
leave
in classLaunchAdapter
- Parameters:
frame
- the frame to leave- See Also:
-
terminated
public void terminated()Invoked when execution is terminated.- Specified by:
terminated
in interfaceVMMonitor
- Overrides:
terminated
in classLaunchAdapter
- See Also:
-
getProfiler
Returns the embedded profiler.- Returns:
- the profiler
-