Skip to content

Commit be3b80a

Browse files
joshuaranjanpbg-intel
authored andcommitted
add support for byte normalized programmable type
Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
1 parent 389ff53 commit be3b80a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/tools/metricProgrammable.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ etors:
129129
desc: "Produces normalization using raw_metric / HW instance_count."
130130
- name: NORMALIZATION_RATE
131131
desc: "Produces normalization average using raw_metric / timestamp."
132+
- name: NORMALIZATION_BYTES
133+
version: "1.10"
134+
desc: "Produces normalization average using raw_metric * n bytes."
132135
--- #--------------------------------------------------------------------------
133136
type: enum
134137
desc: "Supported value info types"
@@ -550,4 +553,4 @@ returns:
550553
- $X_RESULT_ERROR_INVALID_ARGUMENT:
551554
- "If trying to destroy a metric from pre-defined metric group"
552555
- $X_RESULT_ERROR_HANDLE_OBJECT_IN_USE:
553-
- "If trying to destroy a metric currently added to a metric group"
556+
- "If trying to destroy a metric currently added to a metric group"

0 commit comments

Comments
 (0)