1 #ifndef PERFORMANCETABLE_H
2 #define PERFORMANCETABLE_H
48 std::string mode =
"alt");
59 std::string prefix =
"alt");
78 int lower_bound = 0,
int upper_bound = 1);
80 friend std::ostream &operator<<(std::ostream &out,
137 void sort(std::string mode =
"crit");
242 std::vector<std::vector<Perf>> pt_;
248 std::string mode_ =
"alt";
253 bool sorted_ =
false;
Datastructure representing a set of criterion.
Perf (single performance) data structure.
Set of Criterion datastructure.
Definition: Criteria.h:25
Perf (single performance) data structure.
Definition: Perf.h:22