MCPcopy Create free account
hub / github.com/bamlab/flashlight / log

Function log

packages/platforms/android/cpp-profiler/src/utils.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using std::cout;
9
10void log(const std::string &msg)
11{
12 cout << msg << "\n";
13}
14
15void logTimestamp()
16{

Callers 2

readFileFunction · 0.70
printPerformanceMeasureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected