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

Function LuxRaysDebugHandler

src/luxcore/luxcore.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static void LuxRaysDebugHandler(const char *msg) {
58 if (LuxCore_LogHandler)
59 LuxCore_LogHandler((boost::format("[LuxRays][%.3f] %s") % (WallClockTime() - lcInitTime) % msg).str().c_str());
60}
61
62static void SDLDebugHandler(const char *msg) {
63 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