Valkyrie
2026
Loading...
Searching...
No Matches
Profiler.h
1
#pragma once
2
3
namespace
valor {
4
5
namespace
util {
6
7
class
Profiler
{
8
public
:
9
static
inline
bool
IsEnabled() {
return
enabled; }
10
11
static
inline
void
SetEnabled(
bool
enabled) { Profiler::enabled = enabled; }
12
13
private
:
14
static
bool
enabled;
15
};
16
17
}
// namespace util
18
19
}
// namespace valor
valor::util::Profiler
Definition
Profiler.h:7
src
main
include
valkyrie
util
Profiler.h
Generated by
1.15.0