Everything lqn_mol reports beyond the four measure vectors.
More...
#include <line/api/lqn/lqn_mol.h>
|
| std::size_t | iter = 0 |
| double | resid = 0.0 |
| std::vector< T > | servt |
| | (nidx+1) entry response time seen by a caller
|
| std::vector< T > | residt |
| | (nidx+1) entry processor residence
|
| std::vector< T > | callservt |
| | (ncalls+1) blocking time per call
|
| std::vector< T > | thinkt |
| | (nidx+1) task surrogate idle time
|
| std::vector< T > | share |
| | (nidx+1) entry share of its task's invocations
|
| std::vector< std::size_t > | hostLayers |
| std::vector< std::size_t > | taskLayers |
template<class T>
struct line::lqn::LqnMolInfo< T >
Everything lqn_mol reports beyond the four measure vectors.
Definition at line 61 of file lqn_mol.h.
◆ callservt
(ncalls+1) blocking time per call
Definition at line 66 of file lqn_mol.h.
◆ hostLayers
◆ iter
◆ resid
◆ residt
(nidx+1) entry processor residence
Definition at line 65 of file lqn_mol.h.
◆ servt
(nidx+1) entry response time seen by a caller
Definition at line 64 of file lqn_mol.h.
◆ share
(nidx+1) entry share of its task's invocations
Definition at line 68 of file lqn_mol.h.
◆ taskLayers
◆ thinkt
(nidx+1) task surrogate idle time
Definition at line 67 of file lqn_mol.h.
The documentation for this struct was generated from the following file: