blob: 9b9eb2f2399bad6ecaf78a86eb2ac4e67bb7091a [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.
import("//build/package.gni")
# Common benchmarking functionality and utilities shared by benchmarks across
# all layers.
source_set("benchmarking") {
sources = [
"benchmarking.cc",
"benchmarking.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//zircon/public/lib/fdio",
"//zircon/public/lib/zx",
]
libs = [ "zircon" ]
}