31 Perf(std::string name, std::string criterion,
float value);
39 Perf(std::string name, std::string criterion);
50 friend std::ostream &operator<<(std::ostream &out,
const Perf &p);
Perf (single performance) data structure.
Definition: Perf.h:22
Perf(std::string name, std::string criterion)
Perf(std::string name, std::string criterion, float value)
bool operator==(const Perf &perf2) const