#include <Profiling.hpp>
Definition at line 130 of file Profiling.hpp.
◆ InstrumentPtr
◆ ScopedProfilingEvent()
Definition at line 136 of file Profiling.hpp.
145 std::vector<InstrumentPtr> instruments(0);
146 instruments.reserve(
sizeof...(args));
147 ConstructNextInVector(instruments, std::forward<Args>(args)...);
148 m_Event = m_Profiler->BeginEvent(backendId, name, std::move(instruments), guid);
References IProfiler::IsProfilingEnabled().
◆ ~ScopedProfilingEvent()
Definition at line 152 of file Profiling.hpp.
154 if (m_Profiler && m_Event)
156 m_Profiler->pProfilerImpl->EndEvent(m_Event);
The documentation for this class was generated from the following file: