|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <execution_plan.hpp>
Public Attributes | |
| std::size_t | changed_edges {0} |
| std::size_t | total_edges {0} |
| std::size_t | affected_vertices {0} |
| std::size_t | total_vertices {0} |
| double | frontier_growth {1.0} |
| double | observed_affected_edge_fraction {0.0} |
| double | historical_incremental_speedup {1.0} |
| double | historical_repair_success_rate {1.0} |
Definition at line 10 of file execution_plan.hpp.
| std::size_t velographx::ExecutionEstimate::affected_vertices {0} |
Definition at line 13 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| std::size_t velographx::ExecutionEstimate::changed_edges {0} |
Definition at line 11 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| double velographx::ExecutionEstimate::frontier_growth {1.0} |
Definition at line 15 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| double velographx::ExecutionEstimate::historical_incremental_speedup {1.0} |
Definition at line 17 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| double velographx::ExecutionEstimate::historical_repair_success_rate {1.0} |
Definition at line 18 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| double velographx::ExecutionEstimate::observed_affected_edge_fraction {0.0} |
Definition at line 16 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| std::size_t velographx::ExecutionEstimate::total_edges {0} |
Definition at line 12 of file execution_plan.hpp.
Referenced by velographx::choose_execution().
| std::size_t velographx::ExecutionEstimate::total_vertices {0} |
Definition at line 14 of file execution_plan.hpp.
Referenced by velographx::choose_execution().