Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ delayed_add
Method
delayed_add
dlib/test/timer.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void delayed_add()
40
{
41
dlib::sleep(1000);
42
print_spinner();
43
add();
44
}
45
46
void set_timestamp()
47
{
Callers
nothing calls this directly
Calls
3
print_spinner
Function · 0.85
add
Function · 0.70
sleep
Function · 0.50
Tested by
no test coverage detected