Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
callbackEvent
Method · 0.50
sleep
Function · 0.50
CreateDALLE2ImagesImpl
Function · 0.50
CreateDALLE3ImageImpl
Function · 0.50
CreateSpeechImpl
Function · 0.50
Run
Method · 0.50
Siv3DTest_Timer.cpp
File · 0.50
Siv3DTest_Stopwatch.cpp
File · 0.50
Calls
1
count
Method · 0.45
Tested by
no test coverage detected