blob: 16ba46c42dcb8a8452baab4d4aa6b5a9f26cc297 [file] [log] [blame]
# Copyright 2024 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/python/python_library.gni")
python_library("perf") {
testonly = true
library_name = "perf"
sources = [
"__init__.py",
"action_timer.py",
]
}