Searched refs:timeBegin (Results 1 – 1 of 1) sorted by relevance
28 std::chrono::time_point<std::chrono::steady_clock> timeBegin{}; member136 PetscCallCXX(dci->timeBegin = std::chrono::steady_clock::now()); in beginTimer()151 PetscCallCXX(duration = std::chrono::steady_clock::now() - dci->timeBegin); in endTimer()