MCPcopy Create free account
hub / github.com/cwida/FastLanes / finish

Function finish

src/logger/logger.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 const std::string& pretty_function,
40 const std::string& key,
41 const std::string& val) {
42 const std::string result_file_path = CMAKE_SOURCE_DIR + std::string("/log/log.csv");
43
44 static std::ofstream FILE {result_file_path};
45 static auto TABLE = OutputFactory::CreateCSV(FILE);
46
47 TABLE->Add(prettify_function_name(pretty_function));
48 TABLE->Add(key);
49 TABLE->Add(val);

Callers 1

log_memory_readMethod · 0.85

Calls 3

linkifyFunction · 0.85
EndOfRowMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected