Enumerations | Variables

TimeType Namespace Reference

the types of time provided. More...

Enumerations

enum  Type { WALL_CLOCK = 0, USER, SYSTEM, LAST }

Variables

const char TypeStrings [LAST][100]
 String representations of the TimeType:Type enumeration.

Detailed Description

the types of time provided.


Enumeration Type Documentation

The different types of time that are contained by the BenchResult.

Enumerator:
WALL_CLOCK 

wall clock time.

USER 

user cpu time.

SYSTEM 

system or kernel cpu time.


Variable Documentation

const char TimeType::TypeStrings[LAST][100]
Initial value:
                { "wall-clock", "user", "system" }

String representations of the TimeType:Type enumeration.