Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
TEST(dmTime, Sleep)
21
{
22
dmTime::Sleep(1);
23
}
24
25
#if !defined(GITHUB_CI)
26
TEST(dmTime, GetTime)
Callers
nothing calls this directly
Calls
3
Sleep
Function · 0.50
GetTime
Function · 0.50
GetMonotonicTime
Function · 0.50
Tested by
no test coverage detected