#include <rtkResourceProbesCollector.h>
Aggregates a set of time, memory and cuda memory probes.
Definition at line 38 of file rtkResourceProbesCollector.h.
◆ IdType
◆ MemoryMapType
◆ TimeMapType
◆ ~ResourceProbesCollector()
virtual rtk::ResourceProbesCollector::~ResourceProbesCollector |
( |
| ) |
|
|
virtualdefault |
◆ Clear()
virtual void rtk::ResourceProbesCollector::Clear |
( |
| ) |
|
|
virtual |
Destroy the set of probes. New probes can be created after invoking this method.
◆ Report()
virtual void rtk::ResourceProbesCollector::Report |
( |
std::ostream & |
os = std::cout | ) |
const |
|
virtual |
Report the summary of results from all probes
◆ Start()
virtual void rtk::ResourceProbesCollector::Start |
( |
const char * |
id | ) |
|
|
virtual |
Start a probe with a particular name. If the time probe does not exist, it will be created
◆ Stop()
virtual void rtk::ResourceProbesCollector::Stop |
( |
const char * |
id | ) |
|
|
virtual |
Stop a time probe identified with a name
◆ m_MemoryProbes
◆ m_TimeProbes
The documentation for this class was generated from the following file: