LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::wf::ParallelStats< T > Struct Template Reference

Mirrors the Java getParallelStats map. More...

#include <line/api/wf/wf_parallel_detector.h>

Collaboration diagram for line::wf::ParallelStats< T >:

Public Attributes

std::size_t numPatterns = 0
std::size_t totalParallelNodes = 0
avgParallelism = num_traits<T>::from_int(0)
std::size_t maxParallelism = 0

Detailed Description

template<class T>
struct line::wf::ParallelStats< T >

Mirrors the Java getParallelStats map.

Definition at line 46 of file wf_parallel_detector.h.

Member Data Documentation

◆ avgParallelism

template<class T>
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().

◆ maxParallelism

template<class T>
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().

◆ numPatterns

template<class T>
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().

◆ totalParallelNodes

template<class T>
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().


The documentation for this struct was generated from the following file: