#include <ProfilerPolicies.hpp>
|
| void | recordPostTime (uint64_t postNs) noexcept |
| | Record the post timestamp for an event being pushed into the event queue.
|
| |
| uint64_t | takePostTime () noexcept |
| | Pop and return the oldest recorded post timestamp (called at dispatch time).
|
| |
◆ recordPostTime()
template<std::size_t Capacity = 1024>
Record the post timestamp for an event being pushed into the event queue.
◆ takePostTime()
template<std::size_t Capacity = 1024>
Pop and return the oldest recorded post timestamp (called at dispatch time).
- Returns
- The post timestamp, or 0 if the queue is empty (should not happen in steady state).
The documentation for this class was generated from the following file: