MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getLogger

Function getLogger

src/backend/opencl/compile_module.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56using std::chrono::milliseconds;
57
58logger *getLogger() {
59 static shared_ptr<logger> logger(loggerFactory("jit"));
60 return logger.get();
61}
62
63#define THROW_BUILD_LOG_EXCEPTION(PROG) \
64 do { \

Callers

nothing calls this directly

Calls 2

loggerFactoryFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected