72 references to TestPlatformInstrumentationEvents
Microsoft.TestPlatform.CoreUtilities (72)
Tracing\TestPlatformEventSource.cs (72)
28
[Event(
TestPlatformInstrumentationEvents
.VsTestConsoleStartEventId)]
31
WriteEvent(
TestPlatformInstrumentationEvents
.VsTestConsoleStartEventId);
35
[Event(
TestPlatformInstrumentationEvents
.VsTestConsoleStopEventId)]
38
WriteEvent(
TestPlatformInstrumentationEvents
.VsTestConsoleStopEventId);
42
[Event(
TestPlatformInstrumentationEvents
.DiscoveryRequestStartEventId)]
45
WriteEvent(
TestPlatformInstrumentationEvents
.DiscoveryRequestStartEventId);
49
[Event(
TestPlatformInstrumentationEvents
.DiscoveryRequestStopEventId)]
52
WriteEvent(
TestPlatformInstrumentationEvents
.DiscoveryRequestStopEventId);
56
[Event(
TestPlatformInstrumentationEvents
.ExecutionRequestStartEventId)]
59
WriteEvent(
TestPlatformInstrumentationEvents
.ExecutionRequestStartEventId);
63
[Event(
TestPlatformInstrumentationEvents
.ExecutionRequestStopEventId)]
66
WriteEvent(
TestPlatformInstrumentationEvents
.ExecutionRequestStopEventId);
70
[Event(
TestPlatformInstrumentationEvents
.TestHostStartEventId)]
73
WriteEvent(
TestPlatformInstrumentationEvents
.TestHostStartEventId);
77
[Event(
TestPlatformInstrumentationEvents
.TestHostStopEventId)]
80
WriteEvent(
TestPlatformInstrumentationEvents
.TestHostStopEventId);
84
[Event(
TestPlatformInstrumentationEvents
.TestHostAppDomainCreationStartEventId)]
87
WriteEvent(
TestPlatformInstrumentationEvents
.TestHostAppDomainCreationStartEventId);
91
[Event(
TestPlatformInstrumentationEvents
.TestHostAppDomainCreationStopEventId)]
94
WriteEvent(
TestPlatformInstrumentationEvents
.TestHostAppDomainCreationStopEventId);
98
[Event(
TestPlatformInstrumentationEvents
.AdapterSearchStartEventId)]
101
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterSearchStartEventId);
105
[Event(
TestPlatformInstrumentationEvents
.AdapterSearchStopEventId)]
108
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterSearchStopEventId);
112
[Event(
TestPlatformInstrumentationEvents
.AdapterExecutionStartEventId)]
115
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterExecutionStartEventId, executorUri);
119
[Event(
TestPlatformInstrumentationEvents
.AdapterExecutionStopEventId)]
122
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterExecutionStopEventId, numberOfTests);
126
[Event(
TestPlatformInstrumentationEvents
.AdapterDiscoveryStartEventId)]
129
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterDiscoveryStartEventId, executorUri);
133
[Event(
TestPlatformInstrumentationEvents
.AdapterDiscoveryStopEventId)]
136
WriteEvent(
TestPlatformInstrumentationEvents
.AdapterDiscoveryStopEventId, numberOfTests);
140
[Event(
TestPlatformInstrumentationEvents
.DiscoveryStartEventId)]
143
WriteEvent(
TestPlatformInstrumentationEvents
.DiscoveryStartEventId);
147
[Event(
TestPlatformInstrumentationEvents
.DiscoveryStopEventId)]
150
WriteEvent(
TestPlatformInstrumentationEvents
.DiscoveryStopEventId, numberOfTests);
154
[Event(
TestPlatformInstrumentationEvents
.ExecutionStartEventId)]
157
WriteEvent(
TestPlatformInstrumentationEvents
.ExecutionStartEventId);
161
[Event(
TestPlatformInstrumentationEvents
.ExecutionStopEventId)]
164
WriteEvent(
TestPlatformInstrumentationEvents
.ExecutionStopEventId, numberOfTests);
168
[Event(
TestPlatformInstrumentationEvents
.DataCollectionStartEventId)]
171
WriteEvent(
TestPlatformInstrumentationEvents
.DataCollectionStartEventId, dataCollectorUri);
175
[Event(
TestPlatformInstrumentationEvents
.DataCollectionStopEventId)]
178
WriteEvent(
TestPlatformInstrumentationEvents
.DataCollectionStopEventId);
182
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerInitializeStartEventId)]
185
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerInitializeStartEventId);
189
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerInitializeStopEventId)]
192
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerInitializeStopEventId);
196
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerDiscoveryStartEventId)]
199
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerDiscoveryStartEventId);
203
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerDiscoveryStopEventId)]
206
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerDiscoveryStopEventId);
210
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerExecutionStartEventId)]
214
TestPlatformInstrumentationEvents
.TranslationLayerExecutionStartEventId,
222
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerExecutionStopEventId)]
225
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerExecutionStopEventId);
229
[Event(
TestPlatformInstrumentationEvents
.MetricsDisposeStartEventId)]
232
WriteEvent(
TestPlatformInstrumentationEvents
.MetricsDisposeStartEventId);
236
[Event(
TestPlatformInstrumentationEvents
.MetricsDisposeStopEventId)]
239
WriteEvent(
TestPlatformInstrumentationEvents
.MetricsDisposeStopEventId);
243
[Event(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingRequestStartEventId)]
246
WriteEvent(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingRequestStartEventId);
250
[Event(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingRequestStopEventId)]
253
WriteEvent(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingRequestStopEventId);
257
[Event(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingStartEventId)]
260
WriteEvent(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingStartEventId, numberOfAttachments);
264
[Event(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingStopEventId)]
267
WriteEvent(
TestPlatformInstrumentationEvents
.TestRunAttachmentsProcessingStopEventId, numberOfAttachments);
271
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerTestRunAttachmentsProcessingStartEventId)]
274
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerTestRunAttachmentsProcessingStartEventId);
278
[Event(
TestPlatformInstrumentationEvents
.TranslationLayerTestRunAttachmentsProcessingStopEventId)]
281
WriteEvent(
TestPlatformInstrumentationEvents
.TranslationLayerTestRunAttachmentsProcessingStopEventId);