STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types | Static Public Attributes
stapl::runtime::papi_cycle_clock Class Reference

Represents a clock based on PAPI_get_real_cyc() and MHz. More...

Static Public Member Functions

static time_point now (void) noexcept
 

Public Types

using duration = std::chrono::microseconds
 
using rep = duration::rep
 
using period = duration::period
 
using time_point = std::chrono::time_point< papi_cycle_clock, duration >
 

Static Public Attributes

static constexpr bool is_steady = false
 

Detailed Description

Represents a clock based on PAPI_get_real_cyc() and MHz.

This clock is approximate but fast.


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