@@ -482,7 +482,7 @@ class: $tMetricGroup
482482name : CreateExp
483483decl : static
484484details :
485- - " This API is deprecated. Please use $tCreateMetricGroupsFromMetricsExp() "
485+ - " This API is deprecated. Please use $tDeviceCreateMetricGroupsFromMetricsExp "
486486params :
487487 - type : $t_device_handle_t
488488 name : hDevice
@@ -501,7 +501,7 @@ params:
501501 desc : " [in,out] Created Metric group handle"
502502--- # --------------------------------------------------------------------------
503503type : 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 ."
505505version : " 1.9"
506506class : $tMetricGroup
507507name : AddMetricExp
@@ -535,7 +535,7 @@ returns:
535535 - " If the metric group is currently activated."
536536--- # --------------------------------------------------------------------------
537537type : 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 ."
539539version : " 1.9"
540540class : $tMetricGroup
541541name : RemoveMetricExp
@@ -558,7 +558,7 @@ returns:
558558 - " If the input metric group is a pre-defined metric group"
559559--- # --------------------------------------------------------------------------
560560type : 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."
562562version : " 1.9"
563563class : $tMetricGroup
564564name : CloseExp
@@ -580,7 +580,7 @@ returns:
580580 - " If the metric group is currently activated"
581581--- # --------------------------------------------------------------------------
582582type : function
583- desc : " Destroy a metric group created using $tMetricGroupCreateExp ."
583+ desc : " Destroy a metric group created using $tDeviceCreateMetricGroupsFromMetricsExp ."
584584version : " 1.9"
585585class : $tMetricGroup
586586name : DestroyExp
0 commit comments