GDBserver
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
system_cpu_time_clock Struct Reference

#include "run-time-clock.h"

Public Types

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

Static Public Member Functions

static time_point now () noexcept=delete
 

Static Public Attributes

static constexpr bool is_steady = true
 

Detailed Description

Definition at line 41 of file run-time-clock.h.

Member Typedef Documentation

◆ duration

using system_cpu_time_clock::duration = std::chrono::microseconds

Definition at line 43 of file run-time-clock.h.

◆ period

using system_cpu_time_clock::period = duration::period

Definition at line 45 of file run-time-clock.h.

◆ rep

using system_cpu_time_clock::rep = duration::rep

Definition at line 44 of file run-time-clock.h.

◆ time_point

using system_cpu_time_clock::time_point = std::chrono::time_point<system_cpu_time_clock>

Definition at line 46 of file run-time-clock.h.

Member Function Documentation

◆ now()

static time_point system_cpu_time_clock::now ( )
staticdeletenoexcept

Member Data Documentation

◆ is_steady

constexpr bool system_cpu_time_clock::is_steady = true
static

Definition at line 48 of file run-time-clock.h.


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