Brian Osman | 68870aa | 2020-07-08 14:12:43 -0400 | [diff] [blame] | 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 |