1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 #ifndef SkSLBench_DEFINED 8 #define SkSLBench_DEFINED 9 10 #include "include/core/SkTypes.h" 11 12 class NanoJSONResultsWriter; 13 14 void RunSkSLMemoryBenchmarks(NanoJSONResultsWriter*); 15 16 #endif 17