OpenTTD Source  20240919-master-gdf0233f4c2
TicToc Struct Reference

TicToc profiling. More...

#include <debug.h>

Data Structures

struct  State
 Persistent state for TicToc profiling. More...
 

Public Member Functions

 TicToc (State &state)
 

Data Fields

Statestate
 
std::chrono::high_resolution_clock::time_point chrono_start
 real time count.
 

Detailed Description

TicToc profiling.

Usage: static TicToc::State state("A name", 1); TicToc tt(state); –Do your code–

Definition at line 68 of file debug.h.


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