MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / getWallTime

Function getWallTime

check/TestFilereader.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570inline double getWallTime() {
571 using namespace std::chrono;
572 return duration_cast<duration<double> >(
573 std::chrono::high_resolution_clock::now().time_since_epoch())
574 .count();
575}
576
577TEST_CASE("efficient-add-row", "[highs_filereader]") {
578 std::string filename;

Callers 1

TestFilereader.cppFile · 0.70

Calls 2

nowClass · 0.85
countMethod · 0.80

Tested by

no test coverage detected