Skip to content

Commit 6bbe87a

Browse files
joshuaranjanrwmcguir
authored andcommitted
fix issues related to createMetricGroup API
Signed-off-by: Joshua Santosh Ranjan <[email protected]>
1 parent 02c5abd commit 6bbe87a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/tools/metricExportMemory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ etors:
2020
Metric group and metrics exports memory using linux dma-buf, which could be imported/mapped to the host process.
2121
Properties of the dma_buf could be queried using $t_export_dma_buf_exp_properties_t.
2222
- name: USER_CREATED
23-
desc: "Metric group created using $tMetricGroupCreateExp"
23+
desc: "Metric group created using $tDeviceCreateMetricGroupsFromMetricsExp"
2424
- name: OTHER
2525
desc: "Metric group which has a collection of metrics"
2626
--- #--------------------------------------------------------------------------

scripts/tools/metricProgrammable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ class: $tMetricGroup
482482
name: CreateExp
483483
decl: static
484484
details:
485-
- "This API is deprecated. Please use $tCreateMetricGroupsFromMetricsExp() "
485+
- "This API is deprecated. Please use $tDeviceCreateMetricGroupsFromMetricsExp "
486486
params:
487487
- type: $t_device_handle_t
488488
name: hDevice
@@ -501,7 +501,7 @@ params:
501501
desc: "[in,out] Created Metric group handle"
502502
--- #--------------------------------------------------------------------------
503503
type: function
504-
desc: "Add a metric handle to the metric group handle created using $tMetricGroupCreateExp."
504+
desc: "Add a metric handle to the metric group handle created using $tDeviceCreateMetricGroupsFromMetricsExp."
505505
version: "1.9"
506506
class: $tMetricGroup
507507
name: AddMetricExp
@@ -535,7 +535,7 @@ returns:
535535
- "If the metric group is currently activated."
536536
--- #--------------------------------------------------------------------------
537537
type: function
538-
desc: "Remove a metric from the metric group handle created using $tMetricGroupCreateExp."
538+
desc: "Remove a metric from the metric group handle created using $tDeviceCreateMetricGroupsFromMetricsExp."
539539
version: "1.9"
540540
class: $tMetricGroup
541541
name: RemoveMetricExp
@@ -558,7 +558,7 @@ returns:
558558
- "If the input metric group is a pre-defined metric group"
559559
--- #--------------------------------------------------------------------------
560560
type: function
561-
desc: "Closes a created metric group using $tMetricGroupCreateExp, so that it can be activated."
561+
desc: "Closes a created metric group using $tDeviceCreateMetricGroupsFromMetricsExp, so that it can be activated."
562562
version: "1.9"
563563
class: $tMetricGroup
564564
name: CloseExp
@@ -580,7 +580,7 @@ returns:
580580
- "If the metric group is currently activated"
581581
--- #--------------------------------------------------------------------------
582582
type: function
583-
desc: "Destroy a metric group created using $tMetricGroupCreateExp."
583+
desc: "Destroy a metric group created using $tDeviceCreateMetricGroupsFromMetricsExp."
584584
version: "1.9"
585585
class: $tMetricGroup
586586
name: DestroyExp

0 commit comments

Comments
 (0)