MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / ProcInitializer

Method ProcInitializer

tests/cgpu/Common.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static struct ProcInitializer
6{
7 ProcInitializer()
8 {
9 ::skr_log_set_level(SKR_LOG_LEVEL_WARN);
10 ::skr_initialize_crash_handler();
11 ::skr_log_initialize_async_worker();
12 }
13 ~ProcInitializer()
14 {
15 ::skr_log_finalize_async_worker();

Callers

nothing calls this directly

Calls 2

skr_log_set_levelFunction · 0.85

Tested by

no test coverage detected