This is the complete list of members for Stopwatch, including all inherited members.
| active | Stopwatch | protected |
| disable_profiler() | Stopwatch | |
| enable_profiler() | Stopwatch | |
| get_average_time(const std::string &perf_name) | Stopwatch | |
| get_last_time(const std::string &perf_name) | Stopwatch | |
| get_max_time(const std::string &perf_name) | Stopwatch | |
| get_min_time(const std::string &perf_name) | Stopwatch | |
| get_or_create_perf(const std::string &perf_name) (defined in Stopwatch) | Stopwatch | protected |
| get_time_so_far(const std::string &perf_name) | Stopwatch | |
| get_total_time(const std::string &perf_name) | Stopwatch | |
| mode | Stopwatch | protected |
| pause(const std::string &perf_name) | Stopwatch | |
| performance_exists(std::string perf_name) | Stopwatch | |
| profiler_active | Stopwatch | protected |
| profiler_status() | Stopwatch | inline |
| records_of | Stopwatch | protected |
| report(const std::string &perf_name, int precision=2, std::ostream &output=std::cout) | Stopwatch | |
| report_all(int precision=2, std::ostream &output=std::cout) | Stopwatch | |
| reset(const std::string &perf_name) | Stopwatch | |
| reset_all() | Stopwatch | |
| set_mode(StopwatchMode mode) | Stopwatch | |
| start(const std::string &perf_name) | Stopwatch | |
| stop(const std::string &perf_name) | Stopwatch | |
| stop_perf(PerformanceData &perf_info, long double clock_end) (defined in Stopwatch) | Stopwatch | protected |
| Stopwatch(StopwatchMode _mode=NONE) | Stopwatch | |
| take_time() | Stopwatch | |
| turn_off() | Stopwatch | |
| turn_on() | Stopwatch | |
| watcher(const std::string &perf_name) | Stopwatch | |
| ~Stopwatch() | Stopwatch |