Sign in
android
/
platform
/
external
/
angle
/
HEAD
/
.
/
build
/
util
/
lib
/
proto
tree: 2376dd94ff0dce2af2ce8bed1c83535da5adce57 [
path history
]
[
tgz
]
__init__.py
average.py
average_unittests.py
count.py
count_unittests.py
data_points.py
data_points_unittests.py
exception_occurrences.proto
exception_occurrences_pb2.py
exception_recorder.py
exception_recorder_unittests.py
measure.py
measures.py
measures_unittests.py
metric.py
metric_unittests.py
OWNERS
PRESUBMIT.py
README.md
test_script_metrics.proto
test_script_metrics_pb2.py
time_consumption.py
time_consumption_unittests.py
build/util/lib/proto/README.md
Step to generate/update *_pb2.py stubs from proto
Install
protoc
if it is not in the
$PATH
From this dir, Run the command
protoc --python_out=. *.proto
to generate python stubs