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