Google OR-Tools: CycleTimerBase Class Reference

Definition at line 82 of file timer.h.

#include <timer.h>

Static Public Member Functions

static int64_t SecondsToCycles (double s)
static double CyclesToSeconds (int64_t c)
static int64_t CyclesToMs (int64_t c)
static int64_t CyclesToUsec (int64_t c)

◆ CyclesToMs()

int64_t CycleTimerBase::CyclesToMs ( int64_t c)
inlinestatic

Definition at line 91 of file timer.h.

◆ CyclesToSeconds()

double CycleTimerBase::CyclesToSeconds ( int64_t c)
inlinestatic

Definition at line 90 of file timer.h.

◆ CyclesToUsec()

int64_t CycleTimerBase::CyclesToUsec ( int64_t c)
inlinestatic

Definition at line 92 of file timer.h.

◆ operator=()

◆ SecondsToCycles()

int64_t CycleTimerBase::SecondsToCycles ( double s)
inlinestatic

Definition at line 87 of file timer.h.


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