Uses of Interface
org.eclipse.m2m.atl.profiler.model.ProfilingOperation

Packages that use ProfilingOperation
org.eclipse.m2m.atl.profiler.core.util   
org.eclipse.m2m.atl.profiler.model   
org.eclipse.m2m.atl.profiler.model.impl   
org.eclipse.m2m.atl.profiler.model.util   
org.eclipse.m2m.atl.profiler.ui.executionviewer.view   
 

Uses of ProfilingOperation in org.eclipse.m2m.atl.profiler.core.util
 

Methods in org.eclipse.m2m.atl.profiler.core.util with parameters of type ProfilingOperation
static double ProfilingModelUtils.getDuration(ProfilingOperation op)
          Returns the duration of the given operation.
static long ProfilingModelUtils.getEndKbytesMemUsage(ProfilingOperation op)
          Returns the end memory usage.
static long ProfilingModelUtils.getLaunchKbytesMemUsage(ProfilingOperation op)
          Returns the launch memory usage.
static long ProfilingModelUtils.getMaxKbytesMemUsage(ProfilingOperation op)
          Returns the max memory usage.
 

Uses of ProfilingOperation in org.eclipse.m2m.atl.profiler.model
 

Subinterfaces of ProfilingOperation in org.eclipse.m2m.atl.profiler.model
 interface ProfilingModel
          A representation of the model object 'Profiling Model'
 

Methods in org.eclipse.m2m.atl.profiler.model that return ProfilingOperation
 ProfilingOperation ModelFactory.createProfilingOperation()
          Returns a new object of class 'Profiling Operation'
 ProfilingOperation ProfilingInstruction.getParentOperation()
          Returns the value of the 'Parent Operation' reference
 

Methods in org.eclipse.m2m.atl.profiler.model with parameters of type ProfilingOperation
 void ProfilingInstruction.setParentOperation(ProfilingOperation value)
          Sets the value of the 'Parent Operation' reference
 

Uses of ProfilingOperation in org.eclipse.m2m.atl.profiler.model.impl
 

Classes in org.eclipse.m2m.atl.profiler.model.impl that implement ProfilingOperation
 class ProfilingModelImpl
          An implementation of the model object 'Profiling Model'
 class ProfilingOperationImpl
          An implementation of the model object 'Profiling Operation'
 

Fields in org.eclipse.m2m.atl.profiler.model.impl declared as ProfilingOperation
protected  ProfilingOperation ProfilingInstructionImpl.parentOperation
          The cached value of the 'Parent Operation' reference
 

Methods in org.eclipse.m2m.atl.profiler.model.impl that return ProfilingOperation
 ProfilingOperation ProfilingInstructionImpl.basicGetParentOperation()
           
 ProfilingOperation ModelFactoryImpl.createProfilingOperation()
           
 ProfilingOperation ProfilingInstructionImpl.getParentOperation()
           
 

Methods in org.eclipse.m2m.atl.profiler.model.impl with parameters of type ProfilingOperation
 void ProfilingInstructionImpl.setParentOperation(ProfilingOperation newParentOperation)
           
 

Uses of ProfilingOperation in org.eclipse.m2m.atl.profiler.model.util
 

Methods in org.eclipse.m2m.atl.profiler.model.util with parameters of type ProfilingOperation
 T ModelSwitch.caseProfilingOperation(ProfilingOperation object)
          Returns the result of interpreting the object as an instance of 'Profiling Operation'
 

Uses of ProfilingOperation in org.eclipse.m2m.atl.profiler.ui.executionviewer.view
 

Methods in org.eclipse.m2m.atl.profiler.ui.executionviewer.view that return types with arguments of type ProfilingOperation
 java.util.Map<java.lang.String,ProfilingOperation> CallsViewContentProvider.getOperationsFromOccurences(java.lang.Object parent)
          Returns the map of operations by occurences.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.