MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / Sleep

Function Sleep

Siv3D/src/Siv3D/System/SivSystem.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void Sleep(const Duration& duration)
48 {
49 const int32 milliSec = static_cast<int32>(duration.count() * 1000);
50
51 Sleep(milliSec);
52 }
53
54 EngineOption::Renderer GetRendererType()
55 {

Callers 8

callbackEventMethod · 0.50
sleepFunction · 0.50
CreateDALLE2ImagesImplFunction · 0.50
CreateDALLE3ImageImplFunction · 0.50
CreateSpeechImplFunction · 0.50
RunMethod · 0.50

Calls 1

countMethod · 0.45

Tested by

no test coverage detected