MCPcopy Create free account
hub / github.com/Kitware/CMake / CreateProfilingEntry

Method CreateProfilingEntry

Source/cmake.h:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717 bool IsProfilingEnabled() const;
718
719 cm::optional<cmMakefileProfilingData::RAII> CreateProfilingEntry(
720 std::string const& category, std::string const& name)
721 {
722 return this->CreateProfilingEntry(
723 category, name, []() -> cm::nullopt_t { return cm::nullopt; });
724 }
725
726 template <typename ArgsFunc>
727 cm::optional<cmMakefileProfilingData::RAII> CreateProfilingEntry(

Callers 6

ConfigureMethod · 0.95
GenerateMethod · 0.95
CallScopeMethod · 0.80
EvaluateMethod · 0.80
EvaluateMethod · 0.80

Calls 1

IsProfilingEnabledMethod · 0.95

Tested by

no test coverage detected