MCPcopy Create free account
hub / github.com/defold/defold / TEST

Function TEST

engine/profiler/src/test/test_profilerext_null.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

SetUpdateFrequencyFunction · 0.50
ToggleProfilerFunction · 0.50
RenderProfilerFunction · 0.50

Tested by

no test coverage detected