org.objectweb.proactive.calcium.statistics
Interface StatsGlobal
- All Known Implementing Classes:
- StatsGlobalImpl
public interface StatsGlobal
getReadyQueueLength
int getReadyQueueLength()
getProccessingQueueLength
int getProccessingQueueLength()
getWaitingQueueLength
int getWaitingQueueLength()
getResultsQueueLength
int getResultsQueueLength()
getSolvedNumberOfTasks
int getSolvedNumberOfTasks()
getSolvedNumberOfRootTasks
int getSolvedNumberOfRootTasks()
getAverageProcessingTime
long getAverageProcessingTime()
getAverageWaitingTime
long getAverageWaitingTime()
getAverageResultsTime
long getAverageResultsTime()
getAverageReadyTime
long getAverageReadyTime()
getAverageWallClockTime
long getAverageWallClockTime()
getAverageComputationTime
long getAverageComputationTime()
Copyright 2001-2007 INRIA All Rights Reserved.