Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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