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
Copy file name to clipboardExpand all lines: scripts/tools/EXT_Exp_MetricTracer.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,18 +71,18 @@ Configuration
71
71
-------------
72
72
73
73
Use the ${t}ContextActivateMetricGroups API call to configure the device for data collection.
74
-
74
+
75
75
Collection
76
76
----------
77
77
78
-
Metric Tracer based collection mode allows the creation of a tracer object for multiple metric groups than can be collected concurrently. Once metric groups are
79
-
activated the tracer can be created using ${t}MetricTracerCreateExp. Tracers are created in disabled state, applications have the flexibility to to enable
80
-
(${t}MetricTracerEnableExp) and disable (${t}MetricTracerDisableExp) during workload execution to selectively decide sections on which to collect metrics.
78
+
Metric Tracer based collection mode allows the creation of a tracer object for multiple metric groups than can be collected concurrently. Once metric groups are
79
+
activated the tracer can be created using ${t}MetricTracerCreateExp. Tracers are created in disabled state, applications have the flexibility to to enable
80
+
(${t}MetricTracerEnableExp) and disable (${t}MetricTracerDisableExp) during workload execution to selectively decide sections on which to collect metrics.
81
81
ata can be retrieved from the tracer with ${t}MetricTracerReadDataExp.
82
82
83
83
Decoding
84
84
--------
85
-
Metric Tracer collects the data in device specific, raw form that is not suitable for application processing. To convert data into a format that allows
85
+
Metric Tracer collects the data in device specific, raw form that is not suitable for application processing. To convert data into a format that allows
86
86
application parsing a decoder object can be used. The decoder object is created with ${t}MetricDecoderCreateExp and data can be converted using
87
87
${t}MetricTracerDecodeExp. Each event in the data is associated with a decodable metric, which can be retrieved with ${t}MetricDecoderGetDecodableMetricsExp.
88
88
@@ -101,7 +101,7 @@ The following pseudo-code demonstrates how to enumerate Tracer based metric grou
0 commit comments