Struct TraceEvent

Struct Documentation

struct TraceEvent

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.

Public Members

std::string trace_name

Name of the traced function.

std::chrono::nanoseconds start_time

Start time of the function in nanoseconds.

std::chrono::nanoseconds end_time

End time of the function in nanoseconds.