#include <perf.h>
|
| constexpr | PerfEvent () noexcept |
| |
| constexpr | PerfEvent (UniqueID< Fiber > const &fiber_) noexcept |
| |
| constexpr | PerfEvent (UniqueID< Fiber > const &fiber_, int state, Timestamp const &t_=Timestamp()) noexcept |
| |
| constexpr | PerfEvent (UniqueID< Fiber > const &fiber_, string const &str_, Timestamp const &t_=Timestamp()) noexcept |
| |
| constexpr | PerfEvent (UniqueID< Fiber > const &fiber_, char const *marker, Timestamp const &t_=Timestamp()) noexcept |
| |
| constexpr | PerfEvent (UniqueID< Fiber > const &fiber_, Timestamp const &t_, char const *fmt,...) noexcept |
| |
| | PerfEvent (UniqueID< Fiber > const &fiber_, Timestamp const &t_, char const *fmt, va_list args) noexcept |
| |
| void | release () const noexcept |
| |
Definition at line 203 of file perf.h.
◆ Type
| Enumerator |
|---|
| Nothing | |
| FiberName | |
| FiberState | |
| Log | |
| Marker | |
Definition at line 204 of file perf.h.
◆ PerfEvent() [1/7]
◆ PerfEvent() [2/7]
|
|
inlineexplicitconstexprnoexcept |
◆ PerfEvent() [3/7]
◆ PerfEvent() [4/7]
◆ PerfEvent() [5/7]
◆ PerfEvent() [6/7]
◆ PerfEvent() [7/7]
◆ release()
◆ []
◆ c_str
◆ fiber
◆ fiberState
◆ str
◆ type
◆ unused
The documentation for this struct was generated from the following file: