1*c32e3fc5SPatrick Venture #pragma once
2*c32e3fc5SPatrick Venture 
3*c32e3fc5SPatrick Venture #include <string>
4*c32e3fc5SPatrick Venture 
5*c32e3fc5SPatrick Venture /** Boolean variable controlling whether tuning logging output is enabled
6*c32e3fc5SPatrick Venture  * during this run.
7*c32e3fc5SPatrick Venture  */
8*c32e3fc5SPatrick Venture extern bool tuningLoggingEnabled;
9*c32e3fc5SPatrick Venture extern std::string tuningLoggingPath;
10