blob: 511c797c30266dbda3b5c84f3b21208f858ce348 [file] [log] [blame]
#pragma once
#include <string>
/** Boolean variable controlling whether tuning logging output is enabled
* during this run.
*/
extern bool tuningLoggingEnabled;
extern std::string tuningLoggingPath;