1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Added NoOp Performance Counter Manager

This commit is contained in:
Keivan Beigi
2016-12-08 18:37:46 -08:00
parent 7dbacf105d
commit 327536b684
4 changed files with 60 additions and 2 deletions
@@ -4,7 +4,7 @@ using System.Diagnostics;
namespace Microsoft.AspNet.SignalR.Infrastructure
{
internal class NoOpPerformanceCounter : IPerformanceCounter
public class NoOpPerformanceCounter : IPerformanceCounter
{
public string CounterName
{