blob: db65faf2033bb595c5e98611fe991af95ec4fb3a [file] [log] [blame]
Brian Osman68870aa2020-07-08 14:12:43 -04001/*
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
12class NanoJSONResultsWriter;
13
14void RunSkSLMemoryBenchmarks(NanoJSONResultsWriter*);
15
16#endif