All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
blaze::timing::WcPolicy Struct Reference

Timing policy for the measurement of the wall clock time.The WcPolicy class represents the timing policy for wall clock time measurements that can be used in combination with the Timer class template. This combination is realized with the WcTimer type definition. More...

#include <WcPolicy.h>

Static Public Member Functions

Timing functions
static double getTimestamp ()
 Returns a timestamp of the current wall clock time in seconds.
 

Detailed Description

Timing policy for the measurement of the wall clock time.

The WcPolicy class represents the timing policy for wall clock time measurements that can be used in combination with the Timer class template. This combination is realized with the WcTimer type definition.

Member Function Documentation

double blaze::timing::WcPolicy::getTimestamp ( )
inlinestatic

Returns a timestamp of the current wall clock time in seconds.

Returns
Wall clock timestamp in seconds.

The documentation for this struct was generated from the following file: