Changeset 17844 for branches/3087_Ceres_Integration/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/Util.cs
- Timestamp:
- 02/24/21 22:22:21 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3087_Ceres_Integration/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/Util.cs
r17180 r17844 98 98 Console.WriteLine("Random tree evaluation performance of " + interpreter.GetType() + ": " + 99 99 watch.ElapsedMilliseconds + "ms " + 100 Util.NodesPerSecond(nNodes * repetitions, watch) + " nodes/sec");100 Util.NodesPerSecond(nNodes * repetitions, watch).ToString("N") + " nodes/sec"); 101 101 return Util.NodesPerSecond(nNodes * repetitions, watch); 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.