Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.Benchmarks/3.3/Whetstone.cs
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.Benchmarks/3.3/Whetstone.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 31 31 namespace HeuristicLab.Algorithms.Benchmarks { 32 32 [Item("Whetstone", "Whetstone performance benchmark.")] 33 [StorableClass ]33 [StorableClass("5504509A-CC61-4385-9C02-E62CF6B1D07F")] 34 34 public sealed class Whetstone : Benchmark { 35 35 private long begin_time;
Note: See TracChangeset
for help on using the changeset viewer.