CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_cost_factors_t Struct Reference

A data structure used to track the various costs which could being optimized. More...

#include <vx_internal.h>

Public Attributes

vx_size bandwidth
 [computed] A measure of the bandwidth due to processing data
 
vx_float32 power
 [estimate] The power factor
 
vx_float32 cycles_per_unit
 [constant] The cycle count per unit data
 
vx_uint64 overhead
 [estimate] The overhead latency due to IPC, etc.
 

Detailed Description

A data structure used to track the various costs which could being optimized.

Member Data Documentation

◆ bandwidth

vx_size vx_cost_factors_t::bandwidth

[computed] A measure of the bandwidth due to processing data

◆ cycles_per_unit

vx_float32 vx_cost_factors_t::cycles_per_unit

[constant] The cycle count per unit data

◆ overhead

vx_uint64 vx_cost_factors_t::overhead

[estimate] The overhead latency due to IPC, etc.

◆ power

vx_float32 vx_cost_factors_t::power

[estimate] The power factor