Represents an event with a duration.
More...
#include <Profiler.hpp>
|
|
detail::TP | start |
| | start point of the event
|
| |
|
detail::TP | end |
| | end point of the event
|
| |
Represents an event with a duration.
◆ TimingEvent()
| sat::TimingEvent::TimingEvent |
( |
const detail::TP & |
start, |
|
|
const detail::TP & |
end |
|
) |
| |
|
noexcept |
Ctor
- Parameters
-
| start | start point of the event |
| end | end point of the event |
◆ duration()
template<typename T >
| auto sat::TimingEvent::duration |
( |
| ) |
const |
|
inlinenoexcept |
gets the duration of the event
- Template Parameters
-
- Returns
- duration of the event
The documentation for this struct was generated from the following files: