1*c32e3fc5SPatrick Venture /**
2*c32e3fc5SPatrick Venture  * Copyright 2019 Google Inc.
3*c32e3fc5SPatrick Venture  *
4*c32e3fc5SPatrick Venture  * Licensed under the Apache License, Version 2.0 (the "License");
5*c32e3fc5SPatrick Venture  * you may not use this file except in compliance with the License.
6*c32e3fc5SPatrick Venture  * You may obtain a copy of the License at
7*c32e3fc5SPatrick Venture  *
8*c32e3fc5SPatrick Venture  *     http://www.apache.org/licenses/LICENSE-2.0
9*c32e3fc5SPatrick Venture  *
10*c32e3fc5SPatrick Venture  * Unless required by applicable law or agreed to in writing, software
11*c32e3fc5SPatrick Venture  * distributed under the License is distributed on an "AS IS" BASIS,
12*c32e3fc5SPatrick Venture  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*c32e3fc5SPatrick Venture  * See the License for the specific language governing permissions and
14*c32e3fc5SPatrick Venture  * limitations under the License.
15*c32e3fc5SPatrick Venture  */
16*c32e3fc5SPatrick Venture 
17*c32e3fc5SPatrick Venture #include <string>
18*c32e3fc5SPatrick Venture 
19*c32e3fc5SPatrick Venture bool tuningLoggingEnabled = false;
20*c32e3fc5SPatrick Venture std::string tuningLoggingPath;
21