You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: "Maximum metric programmable name string size"
42
48
version: "1.9"
43
49
name: $T_MAX_METRIC_PROGRAMMABLE_NAME_EXP
@@ -458,7 +464,7 @@ params:
458
464
desc: "[in] metric handles to be added to the metric groups."
459
465
- type: "const char *"
460
466
name: pMetricGroupNamePrefix
461
-
desc: "[in] prefix to the name created for the metric groups. Must point to a null-terminated character array no longer than ZEX_MAX_METRIC_GROUP_NAME_PREFIX."
467
+
desc: "[in] prefix to the name created for the metric groups. Must point to a null-terminated character array no longer than $T_MAX_METRIC_GROUP_NAME_PREFIX_EXP."
462
468
- type: "const char *"
463
469
name: pDescription
464
470
desc: "[in] pointer to description of the metric groups. Must point to a null-terminated character array no longer than $T_MAX_METRIC_GROUP_DESCRIPTION."
0 commit comments