1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright 2019 Google Inc 3 4 #include "tuning.hpp" 5 6 #include <string> 7 8 bool tuningEnabled = false; 9 10 std::string loggingPath; 11 bool loggingEnabled = false; 12 13 bool debugEnabled = false; 14 15 bool coreLoggingEnabled = false; 16