MCPcopy 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_spinnerFunction · 0.85
addFunction · 0.70
sleepFunction · 0.50

Tested by

no test coverage detected