| // Copyright 2019 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef PERIDOT_TESTS_BENCHMARKS_GFX_BENCHMARKS_H_ |
| #define PERIDOT_TESTS_BENCHMARKS_GFX_BENCHMARKS_H_ |
| |
| #include "garnet/testing/benchmarking/benchmarking.h" |
| |
| // Add graphics benchmarks for this layer to |benchmarks_runner|. |
| void AddGraphicsBenchmarks(benchmarking::BenchmarksRunner* benchmarks_runner); |
| |
| #endif // PERIDOT_TESTS_BENCHMARKS_GFX_BENCHMARKS_H_ |