MCPcopy Create free account
hub / github.com/Kitware/CMake / ~cmMakefileProfilingData

Method ~cmMakefileProfilingData

Source/cmMakefileProfilingData.cxx:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33cmMakefileProfilingData::~cmMakefileProfilingData() noexcept
34{
35 if (this->ProfileStream.good()) {
36 try {
37 this->ProfileStream << "]";
38 this->ProfileStream.close();
39 } catch (...) {
40 cmSystemTools::Error("Error writing profiling output!");
41 }
42 }
43}
44
45void cmMakefileProfilingData::StartEntry(std::string const& category,
46 std::string const& name,

Callers

nothing calls this directly

Calls 3

goodMethod · 0.80
ErrorClass · 0.70
closeMethod · 0.45

Tested by

no test coverage detected