blob: 7af8184ffb4fbb9b863f602dd84773d8a92557aa [file] [log] [blame] [edit]
# 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.
executable("trace-benchmark") {
sources = [
"benchmarks.cc",
"benchmarks_ntrace.cc",
"main.cc",
]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/async",
"//zircon/system/ulib/async:async-cpp",
"//zircon/system/ulib/async-default",
"//zircon/system/ulib/async-loop",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/trace",
"//zircon/system/ulib/trace-engine",
"//zircon/system/ulib/trace-provider:trace-handler",
"//zircon/system/ulib/trace-vthread",
"//zircon/system/ulib/zx",
]
}