|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
A data structure used to track the various costs which could being optimized.
| vx_size vx_cost_factors_t::bandwidth |
[computed] A measure of the bandwidth due to processing data
| vx_float32 vx_cost_factors_t::cycles_per_unit |
[constant] The cycle count per unit data
| vx_uint64 vx_cost_factors_t::overhead |
[estimate] The overhead latency due to IPC, etc.
| vx_float32 vx_cost_factors_t::power |
[estimate] The power factor