mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
cleanup
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Diagnostics;
|
|
||||||
|
|
||||||
namespace Flowframes.MiscUtils
|
namespace Flowframes.MiscUtils
|
||||||
{
|
{
|
||||||
@@ -15,7 +13,6 @@ namespace Flowframes.MiscUtils
|
|||||||
return returnVal;
|
return returnVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Benchmark a void method (via Action)
|
// Benchmark a void method (via Action)
|
||||||
public static void BenchmarkMethod(string methodName, Action method, params object[] args)
|
public static void BenchmarkMethod(string methodName, Action method, params object[] args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user