Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsProfilingEnabled
Method
IsProfilingEnabled
Source/cmake.cxx:4576–4579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4574
}
4575
4576
bool cmake::IsProfilingEnabled() const
4577
{
4578
return static_cast<bool>(this->ProfilingOutput);
4579
}
4580
#endif
Callers
1
CreateProfilingEntry
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected