ew-profiling, 1.0

be.eliwan.profiling.service
Class GroupContainer

java.lang.Object
  extended by be.eliwan.profiling.service.OneContainer
      extended by be.eliwan.profiling.service.GroupContainer
All Implemented Interfaces:
GroupData, ProfilingData, Serializable

public class GroupContainer
extends OneContainer
implements GroupData

Set of profiling data for a specific group.

See Also:
Serialized Form

Constructor Summary
GroupContainer(String group, long invocationCount, long totalRunTime)
          Construct container for given group, number of invocations and total run time.
 
Method Summary
 String getGroup()
           
 String toString()
           
 
Methods inherited from class be.eliwan.profiling.service.OneContainer
getAverageRunTime, getInvocationCount, getTotalRunTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface be.eliwan.profiling.api.ProfilingData
getAverageRunTime, getInvocationCount, getTotalRunTime
 

Constructor Detail

GroupContainer

public GroupContainer(String group,
                      long invocationCount,
                      long totalRunTime)
Construct container for given group, number of invocations and total run time.

Parameters:
group - group name
invocationCount - invocation count
totalRunTime - total run time
Method Detail

getGroup

public String getGroup()
Specified by:
getGroup in interface GroupData

toString

public String toString()
Overrides:
toString in class OneContainer

ew-profiling, 1.0

Copyright © 2014. All rights reserved.