diff --git a/Code/MiscUtils/Benchmarker.cs b/Code/MiscUtils/Benchmarker.cs index ce269da..e7120de 100644 --- a/Code/MiscUtils/Benchmarker.cs +++ b/Code/MiscUtils/Benchmarker.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Diagnostics; namespace Flowframes.MiscUtils { @@ -15,7 +13,6 @@ namespace Flowframes.MiscUtils return returnVal; } - // Benchmark a void method (via Action) public static void BenchmarkMethod(string methodName, Action method, params object[] args) {