Unravel Engine C++ Reference
Loading...
Searching...
No Matches
profiler.cpp
Go to the documentation of this file.
1
#include "
profiler.h
"
2
3
namespace
unravel
4
{
5
6
auto
get_app_profiler
() ->
performance_profiler
*
7
{
8
static
performance_profiler
profiler;
9
return
&profiler;
10
}
11
12
}
// namespace unravel
unravel::performance_profiler
Definition
profiler.h:22
unravel
Definition
crash.cpp:21
unravel::get_app_profiler
auto get_app_profiler() -> performance_profiler *
Definition
profiler.cpp:6
profiler.h
UnravelEngine
UnravelEngine
engine
engine
profiler
profiler.cpp
Generated by
1.12.0