This commit is contained in:
N00MKRAD
2021-05-13 23:19:15 +02:00
parent 7c1d402cb5
commit f23aa9eabe

View File

@@ -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)
{