| 19 | #include "../profiler.h" |
| 20 | |
| 21 | TEST(ProfilerExt, ProfilerStubs) |
| 22 | { |
| 23 | dmProfiler::SetUpdateFrequency(30); |
| 24 | dmProfiler::ToggleProfiler(); |
| 25 | dmProfiler::RenderProfiler(0, 0, 0, 0); |
| 26 | } |
| 27 | |
| 28 | int main(int argc, char **argv) |
| 29 | { |
nothing calls this directly
no test coverage detected