Home
last modified time | relevance | path

Searched refs:timeBegin (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx28 std::chrono::time_point<std::chrono::steady_clock> timeBegin{}; member
136 PetscCallCXX(dci->timeBegin = std::chrono::steady_clock::now()); in beginTimer()
151 PetscCallCXX(duration = std::chrono::steady_clock::now() - dci->timeBegin); in endTimer()