Skip to content

Commit

Permalink
fix issues related to createMetricGroup API
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
  • Loading branch information
joshuaranjan authored and rwmcguir committed Dec 13, 2024
1 parent 02c5abd commit 6bbe87a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/tools/metricExportMemory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ etors:
Metric group and metrics exports memory using linux dma-buf, which could be imported/mapped to the host process.
Properties of the dma_buf could be queried using $t_export_dma_buf_exp_properties_t.
- name: USER_CREATED
desc: "Metric group created using $tMetricGroupCreateExp"
desc: "Metric group created using $tDeviceCreateMetricGroupsFromMetricsExp"
- name: OTHER
desc: "Metric group which has a collection of metrics"
--- #--------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions scripts/tools/metricProgrammable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class: $tMetricGroup
name: CreateExp
decl: static
details:
- "This API is deprecated. Please use $tCreateMetricGroupsFromMetricsExp() "
- "This API is deprecated. Please use $tDeviceCreateMetricGroupsFromMetricsExp "
params:
- type: $t_device_handle_t
name: hDevice
Expand All @@ -501,7 +501,7 @@ params:
desc: "[in,out] Created Metric group handle"
--- #--------------------------------------------------------------------------
type: function
desc: "Add a metric handle to the metric group handle created using $tMetricGroupCreateExp."
desc: "Add a metric handle to the metric group handle created using $tDeviceCreateMetricGroupsFromMetricsExp."
version: "1.9"
class: $tMetricGroup
name: AddMetricExp
Expand Down Expand Up @@ -535,7 +535,7 @@ returns:
- "If the metric group is currently activated."
--- #--------------------------------------------------------------------------
type: function
desc: "Remove a metric from the metric group handle created using $tMetricGroupCreateExp."
desc: "Remove a metric from the metric group handle created using $tDeviceCreateMetricGroupsFromMetricsExp."
version: "1.9"
class: $tMetricGroup
name: RemoveMetricExp
Expand All @@ -558,7 +558,7 @@ returns:
- "If the input metric group is a pre-defined metric group"
--- #--------------------------------------------------------------------------
type: function
desc: "Closes a created metric group using $tMetricGroupCreateExp, so that it can be activated."
desc: "Closes a created metric group using $tDeviceCreateMetricGroupsFromMetricsExp, so that it can be activated."
version: "1.9"
class: $tMetricGroup
name: CloseExp
Expand All @@ -580,7 +580,7 @@ returns:
- "If the metric group is currently activated"
--- #--------------------------------------------------------------------------
type: function
desc: "Destroy a metric group created using $tMetricGroupCreateExp."
desc: "Destroy a metric group created using $tDeviceCreateMetricGroupsFromMetricsExp."
version: "1.9"
class: $tMetricGroup
name: DestroyExp
Expand Down

0 comments on commit 6bbe87a

Please sign in to comment.