Public Member Functions | |
void | measure () noexcept |
void | measure_and_accumulate (AtomicResources &store) noexcept |
void | measure_and_accumulate (Resources &store) noexcept |
void | measure_and_store (Resources &store) noexcept |
Measurement () noexcept | |
Public Attributes | |
uint64_t | allocated |
uint64_t | deallocated |
boost::chrono::high_resolution_clock::time_point | time_real |
boost::chrono::thread_clock::time_point | time_thread |
Definition at line 188 of file FastTimerService.h.
|
noexcept |
Definition at line 304 of file FastTimerService.cc.
|
noexcept |
Definition at line 306 of file FastTimerService.cc.
References memory_usage::allocated(), memory_usage::deallocated(), and fileCollector::now.
|
noexcept |
Definition at line 352 of file FastTimerService.cc.
References memory_usage::allocated(), cms::cuda::assert(), memory_usage::deallocated(), and fileCollector::now.
|
noexcept |
Definition at line 334 of file FastTimerService.cc.
References memory_usage::allocated(), cms::cuda::assert(), memory_usage::deallocated(), and fileCollector::now.
|
noexcept |
Definition at line 316 of file FastTimerService.cc.
References memory_usage::allocated(), cms::cuda::assert(), memory_usage::deallocated(), and fileCollector::now.
uint64_t FastTimerService::Measurement::allocated |
Definition at line 205 of file FastTimerService.h.
uint64_t FastTimerService::Measurement::deallocated |
Definition at line 206 of file FastTimerService.h.
boost::chrono::high_resolution_clock::time_point FastTimerService::Measurement::time_real |
Definition at line 204 of file FastTimerService.h.
boost::chrono::thread_clock::time_point FastTimerService::Measurement::time_thread |
Definition at line 203 of file FastTimerService.h.