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 ()
 

Public Attributes

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

Member Function Documentation

◆ add()

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

◆ end()

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

◆ log()

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

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: