Enumerations | Variables

TimeValue Namespace Reference

the values of time provided. More...

Enumerations

enum  Value {
  AVERAGE = 0, MINIMUM, MAXIMUM, STD_DEV,
  LAST
}

Variables

const char ValueStrings [LAST][100]
 String representations of the TimeValue::Value enumeration.

Detailed Description

the values of time provided.


Enumeration Type Documentation

The different values related to the times that are contained by the BenchResult.

Enumerator:
AVERAGE 

average

MINIMUM 

minimum

MAXIMUM 

maximum

STD_DEV 

standard deviation


Variable Documentation

const char TimeValue::ValueStrings[LAST][100]
Initial value:
                { "average", "min", "max", "std-dev" }

String representations of the TimeValue::Value enumeration.