- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs
r12012 r12515 37 37 namespace HeuristicLab.Algorithms.Benchmarks { 38 38 [Item("Benchmark Algorithm", "An algorithm to execute performance benchmarks (Linpack, Dhrystone, Whetstone, etc.).")] 39 [Creatable( "Algorithms")]39 [Creatable(CreatableAttribute.Categories.TestingAndAnalysis, Priority = 130)] 40 40 [StorableClass] 41 41 public sealed class BenchmarkAlgorithm : IAlgorithm {
Note: See TracChangeset
for help on using the changeset viewer.