Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
void 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
17
int main(){
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected