9#ifndef AVARA3D_PROFILE_SCOPETIMER_H
10#define AVARA3D_PROFILE_SCOPETIMER_H
14#include "a3d/profile/Profiler.h"
25 ScopeTimer(Profiler& profiler, Profiler::Tag tag);
27 ScopeTimer(
const ScopeTimer&) =
delete;
28 ScopeTimer& operator=(
const ScopeTimer&) =
delete;
30 ScopeTimer(ScopeTimer&&) =
delete;
31 ScopeTimer& operator=(ScopeTimer&&) =
delete;
40 std::chrono::time_point<std::chrono::steady_clock> _start;