Yaets
Loading...
Searching...
No Matches
TraceEvent Struct Reference

Structure to represent a trace event. More...

#include <tracing.hpp>

Collaboration diagram for TraceEvent:

Public Attributes

std::chrono::nanoseconds end_time
 End time of the function in nanoseconds.
 
std::chrono::nanoseconds start_time
 Start time of the function in nanoseconds.
 
std::string trace_name
 Name of the traced function.
 

Detailed Description

Structure to represent a trace event.

This structure holds the name of the function being traced, along with the start and end times of the trace.

Member Data Documentation

◆ end_time

std::chrono::nanoseconds end_time

End time of the function in nanoseconds.

◆ start_time

std::chrono::nanoseconds start_time

Start time of the function in nanoseconds.

◆ trace_name

std::string trace_name

Name of the traced function.


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