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

Function TEST

engine/dlib/src/test/test_time.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "dlib/time.h"
19
20TEST(dmTime, Sleep)
21{
22 dmTime::Sleep(1);
23}
24
25#if !defined(GITHUB_CI)
26TEST(dmTime, GetTime)

Callers

nothing calls this directly

Calls 3

SleepFunction · 0.50
GetTimeFunction · 0.50
GetMonotonicTimeFunction · 0.50

Tested by

no test coverage detected