blob: 511c797c30266dbda3b5c84f3b21208f858ce348 [file] [log] [blame]
Patrick Venturec32e3fc2019-02-28 10:01:11 -08001#pragma once
2
3#include <string>
4
5/** Boolean variable controlling whether tuning logging output is enabled
6 * during this run.
7 */
8extern bool tuningLoggingEnabled;
9extern std::string tuningLoggingPath;