Public Member Functions | |
def | bazel_build (self, ext) |
def | run (self) |
Static Public Attributes | |
string | author = "Google", |
string | author_email = "benchmark-py@google.com", |
list | classifiers |
cmdclass = dict(build_ext=BuildBazelExtension), | |
string | description = "A library to benchmark code snippets.", |
list | ext_modules |
install_requires = _parse_requirements("bindings/python/requirements.txt"), | |
string | keywords = "benchmark", |
string | license = "Apache 2.0", |
name | |
dictionary | package_dir = {"": "bindings/python"}, |
packages = setuptools.find_packages("bindings/python"), | |
string | url = "https://github.com/google/benchmark", |
version = _get_version(), | |
bool | zip_safe = False, |
A command that runs Bazel to build a C/C++ extension.
Definition at line 55 of file third_party/benchmark/setup.py.
def setup.BuildBazelExtension.bazel_build | ( | self, | |
ext | |||
) |
Runs the bazel build to create the package.
Definition at line 63 of file third_party/benchmark/setup.py.
def setup.BuildBazelExtension.run | ( | self | ) |
Definition at line 58 of file third_party/benchmark/setup.py.
|
static |
Definition at line 112 of file third_party/benchmark/setup.py.
|
static |
Definition at line 113 of file third_party/benchmark/setup.py.
|
static |
Definition at line 127 of file third_party/benchmark/setup.py.
|
static |
Definition at line 118 of file third_party/benchmark/setup.py.
Definition at line 111 of file third_party/benchmark/setup.py.
|
static |
Definition at line 119 of file third_party/benchmark/setup.py.
|
static |
Definition at line 117 of file third_party/benchmark/setup.py.
|
static |
Definition at line 139 of file third_party/benchmark/setup.py.
|
static |
Definition at line 138 of file third_party/benchmark/setup.py.
|
static |
Definition at line 108 of file third_party/benchmark/setup.py.
|
static |
Definition at line 115 of file third_party/benchmark/setup.py.
|
static |
Definition at line 116 of file third_party/benchmark/setup.py.
|
static |
Definition at line 110 of file third_party/benchmark/setup.py.
|
static |
Definition at line 109 of file third_party/benchmark/setup.py.
|
static |
Definition at line 125 of file third_party/benchmark/setup.py.