Recast Navigation
Navigation-mesh Toolset for Games
Loading...
Searching...
No Matches
PerfTimer.cpp File Reference
#include "PerfTimer.h"
#include <chrono>

Functions

TimeVal getPerfTime ()
 
int getPerfTimeUsec (const TimeVal duration)
 

Variables

static const std::chrono::high_resolution_clock::time_point startup = std::chrono::high_resolution_clock::now()
 

Function Documentation

◆ getPerfTime()

TimeVal getPerfTime ( )

◆ getPerfTimeUsec()

int getPerfTimeUsec ( const TimeVal  duration)

Variable Documentation

◆ startup

const std::chrono::high_resolution_clock::time_point startup = std::chrono::high_resolution_clock::now()
static