Material Clustering Benchmark
BenchmarkDescription.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
6 {
7 public readonly Stack<LaunchParameters> dispatches;
9 public readonly string name;
10
12 {
13 this.dispatches = new Stack<LaunchParameters>();
14 this.logType = logType;
15 this.name = name;
16 }
17 }
18}
BenchmarkDescription(ClusteringTest.LogType logType, string name)
readonly ClusteringTest.LogType logType
readonly Stack< LaunchParameters > dispatches