Patrick Venture | c32e3fc | 2019-02-28 10:01:11 -0800 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <string> | ||||
4 | |||||
5 | /** Boolean variable controlling whether tuning logging output is enabled | ||||
6 | * during this run. | ||||
7 | */ | ||||
8 | extern bool tuningLoggingEnabled; | ||||
9 | extern std::string tuningLoggingPath; |