#include <SnippetProfiler.h>
Definition at line 22 of file SnippetProfiler.h.
◆ SnippetProfiler()
carla::traffic_manager::SnippetProfiler::SnippetProfiler |
( |
| ) |
|
|
inline |
◆ MeasureExecutionTime()
void carla::traffic_manager::SnippetProfiler::MeasureExecutionTime |
( |
std::string |
snippet_name, |
|
|
bool |
begin_or_end |
|
) |
| |
|
inline |
◆ number_of_calls
std::unordered_map<std::string, unsigned long> carla::traffic_manager::SnippetProfiler::number_of_calls |
|
private |
◆ print_clocks
std::unordered_map<std::string, TimePoint> carla::traffic_manager::SnippetProfiler::print_clocks |
|
private |
◆ snippet_clocks
std::unordered_map<std::string, TimePoint> carla::traffic_manager::SnippetProfiler::snippet_clocks |
|
private |
◆ snippet_durations
std::unordered_map<std::string, chr::duration<float> > carla::traffic_manager::SnippetProfiler::snippet_durations |
|
private |
The documentation for this class was generated from the following file: