|
Yaets
|
Structure to represent a trace event. More...
#include <tracing.hpp>

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. | |
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.
| 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.