Uses of Class
net.sf.infrared.agent.OperationTree

Packages that use OperationTree
net.sf.infrared.agent   
 

Uses of OperationTree in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent with parameters of type OperationTree
 void Statistics.updateOperationStatistics(OperationTree operation)
          Update the performance statistics with the timing information of an operation.
 

Constructors in net.sf.infrared.agent with parameters of type OperationTree
OperationTree(OperationTree other, IdMapper idMapper)
           
AggregateOperationTree(OperationTree someTree)
          Constructs a new AggregateOperationTree object for the operation represented by the given OperationTree.
AggregateOperationTree(OperationTree someTree, boolean lastInvocations)