org.aspectbench.runtime.internal
Class CflowCounterGlobal

java.lang.Object
  extended byorg.aspectbench.runtime.internal.CflowCounterGlobal
All Implemented Interfaces:
CflowCounterInterface

public class CflowCounterGlobal
extends java.lang.Object
implements CflowCounterInterface


Field Summary
 int singleThreadedCount
           
 
Constructor Summary
CflowCounterGlobal()
           
 
Method Summary
 Counter getThreadCounter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleThreadedCount

public int singleThreadedCount
Constructor Detail

CflowCounterGlobal

public CflowCounterGlobal()
Method Detail

getThreadCounter

public Counter getThreadCounter()
Specified by:
getThreadCounter in interface CflowCounterInterface