Grok 10.0.5
grk::grk::ChronoTimer Class Reference

#include <TileCache.h>

Public Member Functions

 ChronoTimer (std::string msg)
 
void start (void)
 
void finish (void)
 

Private Attributes

std::string message
 
std::chrono::high_resolution_clock::time_point startTime
 

Constructor & Destructor Documentation

◆ ChronoTimer()

grk::ChronoTimer::ChronoTimer ( std::string msg)
inline

Member Function Documentation

◆ finish()

void grk::ChronoTimer::finish ( void )
inline

◆ start()

void grk::ChronoTimer::start ( void )
inline

Member Data Documentation

◆ message

std::string grk::grk::ChronoTimer::message
private

◆ startTime

std::chrono::high_resolution_clock::time_point grk::grk::ChronoTimer::startTime
private

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