![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the Java getParallelStats map. More...
#include <line/api/wf/wf_parallel_detector.h>
Public Attributes | |
| std::size_t | numPatterns = 0 |
| std::size_t | totalParallelNodes = 0 |
| T | avgParallelism = num_traits<T>::from_int(0) |
| std::size_t | maxParallelism = 0 |
Mirrors the Java getParallelStats map.
Definition at line 46 of file wf_parallel_detector.h.
| T line::wf::ParallelStats< T >::avgParallelism = num_traits<T>::from_int(0) |
Definition at line 49 of file wf_parallel_detector.h.
Referenced by line::wf::get_parallel_stats().
| std::size_t line::wf::ParallelStats< T >::maxParallelism = 0 |
Definition at line 50 of file wf_parallel_detector.h.
Referenced by line::wf::get_parallel_stats().
| std::size_t line::wf::ParallelStats< T >::numPatterns = 0 |
Definition at line 47 of file wf_parallel_detector.h.
Referenced by line::wf::get_parallel_stats().
| std::size_t line::wf::ParallelStats< T >::totalParallelNodes = 0 |
Definition at line 48 of file wf_parallel_detector.h.
Referenced by line::wf::get_parallel_stats().