Skip to content

Instantly share code, notes, and snippets.

@overing
overing / HighResolutionTimer.cs
Created September 3, 2019 08:04 — forked from DraTeots/HighResolutionTimer.cs
HighResolutionTimer for .NET
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using System.Threading;
namespace HighResolutionTimer
{