Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Bar
Function
Bar
tests/NamespaceWithClassOperatorsTest.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <chrono>
2
3
std::chrono::duration<double> Bar(){
4
auto begin= std::chrono::system_clock::now();
5
6
return std::chrono::system_clock::now() - begin;
7
};
8
9
10
void Foo(){
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected