blob: 2871692e1362cc05372754e31705d222da7c0b4b [file] [log] [blame]
// 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 SRC_TESTS_BENCHMARKS_GFX_BENCHMARKS_H_
#define SRC_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 // SRC_TESTS_BENCHMARKS_GFX_BENCHMARKS_H_