Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
BRepGraph_ParallelPolicy::Workload Struct Reference

Simple workload estimate for an execution phase. More...

#include <BRepGraph_ParallelPolicy.hxx>

Data Fields

int PrimaryItems = 0
 Main loop range.
 
int AuxiliaryItems = 0
 Additional independent items participating in the phase.
 
int InteractionCount = 0
 Pairwise or adjacency work discovered for the phase.
 

Detailed Description

Simple workload estimate for an execution phase.

Field Documentation

◆ AuxiliaryItems

int BRepGraph_ParallelPolicy::Workload::AuxiliaryItems = 0

Additional independent items participating in the phase.

◆ InteractionCount

int BRepGraph_ParallelPolicy::Workload::InteractionCount = 0

Pairwise or adjacency work discovered for the phase.

◆ PrimaryItems

int BRepGraph_ParallelPolicy::Workload::PrimaryItems = 0

Main loop range.


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