Valor 6800
1.0
Loading...
Searching...
No Matches
Profiler.h
1
2
#pragma once
3
4
namespace
valor {
5
6
namespace
util {
7
8
class
Profiler
{
9
public
:
10
static
inline
bool
IsEnabled() {
return
enabled; }
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:8
src
main
include
valkyrie
util
Profiler.h
Generated by
1.10.0