MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / SDLDebugHandler

Function SDLDebugHandler

src/luxcore/luxcore.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static void SDLDebugHandler(const char *msg) {
63 if (LuxCore_LogHandler)
64 LuxCore_LogHandler((boost::format("[SDL][%.3f] %s") % (WallClockTime() - lcInitTime) % msg).str().c_str());
65}
66
67static void SLGDebugHandler(const char *msg) {
68 if (LuxCore_LogHandler)

Callers

nothing calls this directly

Calls 4

formatFunction · 0.85
WallClockTimeFunction · 0.85
c_strMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected