blob: dad311a2e5f250fdb19ae828312920e99c625cc3 [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.
zx_executable("trace-benchmark") {
sources = [
"benchmarks.cc",
"benchmarks_ntrace.cc",
"main.cc",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/trace",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/trace-provider:trace-handler",
"$zx/system/ulib/trace-vthread",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}