Definition at line 93 of file rt_graph.hpp.
◆ TimingResult()
rt_graph::TimingResult::TimingResult |
( |
std::list< internal::TimingNode > |
rootNodes, |
|
|
std::string |
warnings |
|
) |
| |
|
inline |
◆ json()
auto rt_graph::TimingResult::json |
( |
| ) |
const -> std::string |
◆ get_timings()
auto rt_graph::TimingResult::get_timings |
( |
const std::string & |
identifier | ) |
const -> std::vector<double> |
◆ print()
auto rt_graph::TimingResult::print |
( |
std::vector< Stat > |
statistic = {Stat::Count, Stat::Total, Stat::Percentage, Stat::ParentPercentage, Stat::Median, Stat::Min, Stat::Max} | ) |
const -> std::string |
◆ flatten()
auto rt_graph::TimingResult::flatten |
( |
std::size_t |
level | ) |
-> TimingResult& |
◆ sort_nodes()
auto rt_graph::TimingResult::sort_nodes |
( |
| ) |
-> TimingResult& |
◆ rootNodes_
◆ warnings_
std::string rt_graph::TimingResult::warnings_ |
|
private |
The documentation for this class was generated from the following files: