com.ooyala.android.performance.counting.PerformanceCountingStatistics Class Reference
Inheritance diagram for com.ooyala.android.performance.counting.PerformanceCountingStatistics:
com.ooyala.android.performance.PerformanceStatisticsInterface

Public Member Functions

 PerformanceCountingStatistics (final String name)
 
String getName ()
 
String toString ()
 
String generateReport ()
 
void mergeCount (int count)
 

Constructor & Destructor Documentation

com.ooyala.android.performance.counting.PerformanceCountingStatistics.PerformanceCountingStatistics ( final String  name)

Member Function Documentation

String com.ooyala.android.performance.counting.PerformanceCountingStatistics.generateReport ( )
Returns
a string reporting the statistics gathered so far.

Implements com.ooyala.android.performance.PerformanceStatisticsInterface.

String com.ooyala.android.performance.counting.PerformanceCountingStatistics.getName ( )
Returns
descriptive name for reporting what the statistics are related to.

Implements com.ooyala.android.performance.PerformanceStatisticsInterface.

void com.ooyala.android.performance.counting.PerformanceCountingStatistics.mergeCount ( int  count)
String com.ooyala.android.performance.counting.PerformanceCountingStatistics.toString ( )