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

Function getWallTime

highs/io/HMpsFF.cpp:552–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552double getWallTime() {
553 using namespace std::chrono;
554 const double wall_time = kNoClockCalls
555 ? 0
556 : duration_cast<duration<double> >(
557 wall_clock::now().time_since_epoch())
558 .count();
559 return wall_time;
560}
561
562HMpsFF::Parsekey HMpsFF::parseObjsense(const HighsLogOptions& log_options,
563 std::istream& file) {

Callers 5

timeoutMethod · 0.70
parseMethod · 0.70
startMethod · 0.50
stopMethod · 0.50
readMethod · 0.50

Calls 2

nowClass · 0.85
countMethod · 0.80

Tested by

no test coverage detected