OR-Tools  8.1
CycleTimerBase

Detailed Description

Definition at line 82 of file timer.h.

Static Public Member Functions

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

Member Function Documentation

◆ CyclesToMs()

static int64 CyclesToMs ( int64  c)
inlinestatic

Definition at line 86 of file timer.h.

◆ CyclesToSeconds()

static double CyclesToSeconds ( int64  c)
inlinestatic

Definition at line 85 of file timer.h.

◆ CyclesToUsec()

static int64 CyclesToUsec ( int64  c)
inlinestatic

Definition at line 87 of file timer.h.

◆ SecondsToCycles()

static int64 SecondsToCycles ( double  s)
inlinestatic

Definition at line 84 of file timer.h.


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