Fix infrequent hangs in test-runner. (#16793)
[mono-project.git] / mcs / class / referencesource / System / services / monitoring / system / diagnosticts / PerformanceCounterInstanceLifetime.cs
blob6e021ab9c6916be380172e10f2dbf536ac0b5525
1 //------------------------------------------------------------------------------
2 // <copyright file="PerformanceCounterInstanceLifetime.cs" company="Microsoft">
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 // </copyright>
5 //------------------------------------------------------------------------------
8 namespace System.Diagnostics {
9 public enum PerformanceCounterInstanceLifetime {
10 Global = 0,
11 Process = 1