@@ -360,7 +360,7 @@ type: function
360360desc : " Create metric handles by applying parameter values on the metric programmable handle."
361361version : " 1.11"
362362class : $tMetric
363- name : CreateFromProgrammable1Exp
363+ name : CreateFromProgrammableExp2
364364decl : static
365365details :
366366 - " Multiple parameter values could be used to prepare a metric."
@@ -403,7 +403,7 @@ class: $tMetric
403403name : CreateFromProgrammableExp
404404decl : static
405405details :
406- - " This API is deprecated. Please use $tMetricCreateFromProgrammable1Exp ()"
406+ - " This API is deprecated. Please use $tMetricCreateFromProgrammableExp2 ()"
407407params :
408408 - type : $t_metric_programmable_exp_handle_t
409409 name : hMetricProgrammable
@@ -439,7 +439,7 @@ class: $tDevice
439439name : CreateMetricGroupsFromMetricsExp
440440decl : static
441441details :
442- - " Creates multiple metric groups from metrics which were created using $tMetricCreateFromProgrammable1Exp ()."
442+ - " Creates multiple metric groups from metrics which were created using $tMetricCreateFromProgrammableExp2 ()."
443443 - " Metrics whose Hardware resources do not overlap are added to same metric group."
444444 - " The metric groups created using this API are managed by the application and cannot be retrieved using $tMetricGroupGet()."
445445 - " The created metric groups are ready for activation and collection."
@@ -561,8 +561,8 @@ class: $tMetricGroup
561561name : DestroyExp
562562decl : static
563563details :
564- - " Metric handles created using $tMetricCreateFromProgrammable1Exp and are part of the metricGroup are not destroyed."
565- - " It is necessary to call $tMetricDestroyExp for each of the metric handles (created from $tMetricCreateFromProgrammable1Exp ) to destroy them."
564+ - " Metric handles created using $tMetricCreateFromProgrammableExp2 and are part of the metricGroup are not destroyed."
565+ - " It is necessary to call $tMetricDestroyExp for each of the metric handles (created from $tMetricCreateFromProgrammableExp2 ) to destroy them."
566566params :
567567 - type : $t_metric_group_handle_t
568568 name : hMetricGroup
@@ -574,7 +574,7 @@ returns:
574574 - " If trying to destroy an activated metric group"
575575--- # --------------------------------------------------------------------------
576576type : function
577- desc : " Destroy a metric created using $tMetricCreateFromProgrammable1Exp ."
577+ desc : " Destroy a metric created using $tMetricCreateFromProgrammableExp2 ."
578578version : " 1.9"
579579class : $tMetric
580580name : DestroyExp
0 commit comments