MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getProfiler

Method getProfiler

src/ast/ast_program.cpp:630–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 }
629
630 bool Program::getProfiler() const {
631 return policies.profiler || options.getBoolOption("profiler",false);
632 }
633
634 void Program::optimize(TextWriter & logs, ModuleGroup & libGroup) {
635 bool logOpt = options.getBoolOption("log_optimization",false);

Callers 1

visitMethod · 0.80

Calls 1

getBoolOptionMethod · 0.80

Tested by

no test coverage detected