Skip to content

Commit cd9eb51

Browse files
matcabralpbg-intel
authored andcommitted
fix metrics names in tracer
Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
1 parent f24b3db commit cd9eb51

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

scripts/tools/EXT_Exp_MetricProgrammable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ API
4040
* ${t}MetricProgrammableGetParamInfoExp
4141
* ${t}MetricProgrammableGetParamValueInfoExp
4242
* ${t}MetricCreateFromProgrammableExp
43-
* ${t}DeviceCreateMetricGroupsFromMetrics
43+
* ${t}DeviceCreateMetricGroupsFromMetricsExp
4444
* ${t}MetricGroupAddMetricExp
4545
* ${t}MetricGroupRemoveMetricExp
4646
* ${t}MetricGroupCloseExp

scripts/tools/EXT_Exp_MetricTracer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ API
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

scripts/tools/concurrentMetricGroup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)