nngn
Loading...
Searching...
No Matches
nngn::AdHocTimer Struct Reference

#include <adhoc.h>

Classes

struct  Step
 

Public Member Functions

void add (std::string_view name)
 
void end ()
 
void log ()
 
void add (std::string_view name)
 
void end ()
 
void log ()
 

Public Attributes

Timing::time_point last = Timing::clock::now()
 
std::vector< Stepsteps = {}
 

Member Function Documentation

◆ add() [1/2]

void nngn::AdHocTimer::add ( std::string_view  name)
Here is the call graph for this function:

◆ add() [2/2]

void nngn::AdHocTimer::add ( std::string_view  name)

◆ end() [1/2]

void nngn::AdHocTimer::end ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ end() [2/2]

void nngn::AdHocTimer::end ( )

◆ log() [1/2]

void nngn::AdHocTimer::log ( )
Here is the call graph for this function:

◆ log() [2/2]

void nngn::AdHocTimer::log ( )

Member Data Documentation

◆ last

Timing::time_point nngn::AdHocTimer::last = Timing::clock::now()

◆ steps

std::vector< Step > nngn::AdHocTimer::steps = {}

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