File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 * ${t}MetricProgrammableGetParamInfoExp
4141 * ${t}MetricProgrammableGetParamValueInfoExp
4242 * ${t}MetricCreateFromProgrammableExp
43- * ${t}DeviceCreateMetricGroupsFromMetrics
43+ * ${t}DeviceCreateMetricGroupsFromMetricsExp
4444 * ${t}MetricGroupAddMetricExp
4545 * ${t}MetricGroupRemoveMetricExp
4646 * ${t}MetricGroupCloseExp
Original file line number Diff line number Diff line change 2828 * ${t}_metric_type_t
2929
3030 New Values
31- ${T}_METRIC_TYPE_EXP_EVENT_NO_VALUE
31+ ${T}_METRIC_TYPE_EVENT_EXP_TIMESTAMP
3232 Metric type: have only timestamp and value has no meaning.
33- ${T}_METRIC_TYPE_EXP_EVENT_START
33+ ${T}_METRIC_TYPE_EVENT_EXP_START
3434 Metric type: the first event of a start/stop event pair.
35- ${T}_METRIC_TYPE_EXP_EVENT_END
35+ ${T}_METRIC_TYPE_EVENT_EXP_END
3636 Metric type: the second event of a start/stop event pair.
37- ${T}_METRIC_TYPE_EXP_EVENT_MONOTONIC_WRAPS_VALUE
37+ ${T}_METRIC_TYPE_EVENT_EXP_MONOTONIC_WRAPS_VALUE
3838 Metric type: value of the event is a monotonic increasing value that can wrap around.
3939
4040
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ params:
4242 desc : " [in] metric group count"
4343 - type : " $t_metric_group_handle_t *"
4444 name : phMetricGroups
45- desc : " [in, out] metrics groups to be re-arranged to be sets of concurrent groups"
46- - type : " uint32_t *"
47- name : pConcurrentGroupCount
48- desc : |
49- [out] number of concurrent groups.
50- The value of this parameter could be used to determine the number of replays necessary.
45+ desc : " [in,out] metrics groups to be re-arranged to be sets of concurrent groups"
5146 - type : " uint32_t *"
5247 name : pMetricGroupsCountPerConcurrentGroup
5348 desc : |
5449 [in,out][optional][*pConcurrentGroupCount] count of metric groups per concurrent group.
50+ - type : " uint32_t *"
51+ name : pConcurrentGroupCount
52+ desc : |
53+ [out] number of concurrent groups.
54+ The value of this parameter could be used to determine the number of replays necessary.
You can’t perform that action at this time.
0 commit comments