KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LATENCY_PROBE::CHECKPOINT Struct Reference

#include <profile.h>

Public Attributes

std::string name
 
TIME_POINT timestamp
 
bool isTimer = false
 
double timerDelta = 0
 

Detailed Description

Definition at line 308 of file profile.h.

Member Data Documentation

◆ isTimer

bool LATENCY_PROBE::CHECKPOINT::isTimer = false

Definition at line 312 of file profile.h.

Referenced by LATENCY_PROBE::AddTimer().

◆ name

std::string LATENCY_PROBE::CHECKPOINT::name

Definition at line 310 of file profile.h.

Referenced by LATENCY_PROBE::AddTimer(), and LATENCY_PROBE::Checkpoint().

◆ timerDelta

double LATENCY_PROBE::CHECKPOINT::timerDelta = 0

Definition at line 313 of file profile.h.

Referenced by LATENCY_PROBE::AddTimer().

◆ timestamp

TIME_POINT LATENCY_PROBE::CHECKPOINT::timestamp

Definition at line 311 of file profile.h.

Referenced by LATENCY_PROBE::Checkpoint().


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