Home
last modified time | relevance | path

Searched defs:WallTimer (Results 1 – 4 of 4) sorted by relevance

/dports/security/klee/klee-2.2/lib/Support/
H A DTimer.cpp20 WallTimer::WallTimer() : start{time::getWallTime()} {} in WallTimer() function in WallTimer
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dtimer.h25 WallTimer() { Reset(); } in WallTimer() function
/dports/science/dynare/dynare-4.6.4/dynare++/integ/testing/
H A Dtests.cc181 class WallTimer class
187 WallTimer(std::string m, bool nl = true) in WallTimer() function in WallTimer
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/characterize/
H A Dperformance.py49 class WallTimer(Timer): class