WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::ConstantEfficiencyParallelModel Class Reference

A class the implemens a constant-efficiency parallel task performance model. More...

#include <ConstantEfficiencyParallelModel.h>

Inheritance diagram for wrench::ConstantEfficiencyParallelModel:
wrench::ParallelModel

Public Member Functions

double getEfficiency ()
 Get the model's parallel efficiency. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from wrench::ParallelModel
static std::shared_ptr< ParallelModelAMDAHL (double alpha)
 Create an instance of an "Amdahl" parallel model. More...
 
static std::shared_ptr< ParallelModelCONSTANTEFFICIENCY (double efficiency)
 Create an instance of a "Constant Efficiency" parallel model. More...
 
static std::shared_ptr< ParallelModelCUSTOM (std::function< std::vector< double >(double, long)> lambda)
 Create an instance of a "Custom" parallel model. More...
 

Detailed Description

A class the implemens a constant-efficiency parallel task performance model.

Member Function Documentation

◆ getEfficiency()

double wrench::ConstantEfficiencyParallelModel::getEfficiency ( )

Get the model's parallel efficiency.

Returns
a parallel efficiency

The documentation for this class was generated from the following files: