ndmspc  v1.2.0-0.1.rc5
Ndmspc::ExecutionProgress Struct Reference

Execution progress metrics for IPC-based distributed processing. More...

#include <NDimensionalExecutor.h>

Public Attributes

size_t tasksAcked {0}
 Tasks completed and ACKed by workers.
 
size_t tasksPending {0}
 Tasks waiting to be dispatched.
 
size_t tasksRunning {0}
 Tasks currently assigned to workers

 
size_t tasksDone {0}
 Tasks completed locally (state machine)
 
size_t activeWorkers {0}
 Number of workers currently active.
 

Detailed Description

Execution progress metrics for IPC-based distributed processing.

Definition at line 29 of file NDimensionalExecutor.h.


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