MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Foo

Function Foo

tests/NamespaceWithClassOperatorsTest.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10void Foo(){
11 auto start = std::chrono::system_clock::now();
12
13 std::chrono::duration<double> theDuration= std::chrono::system_clock::now() - start;
14}
15
16
17int main(){

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected