static void Calc(string logger, string testName, Action <int> f, int total, int sums, int threads) { Toolkit.Calc(logger + "_dotNet", testName, f, total, sums, threads, 1e+9, "ns"); }