Name Date Size #Lines LOC

..--

OWNERSH A D25-Apr-202536 32

PRESUBMIT.pyH A D25-Apr-2025952 3219

README.mdH A D25-Apr-2025197 64

__init__.pyH A D25-Apr-20250 10

average.pyH A D25-Apr-2025736 2816

average_unittests.pyH A D25-Apr-2025892 3824

count.pyH A D25-Apr-2025617 2614

count_unittests.pyH A D25-Apr-2025855 3622

data_points.pyH A D25-Apr-2025889 3118

data_points_unittests.pyH A D25-Apr-20251.1 KiB3925

exception_occurrences.protoH A D25-Apr-2025828 2721

exception_occurrences_pb2.pyH A D25-Apr-20251.4 KiB2916

exception_recorder.pyH A D25-Apr-20253.4 KiB11573

exception_recorder_unittests.pyH A D25-Apr-20252.1 KiB7050

measure.pyH A D25-Apr-2025559 2110

measures.pyH A D25-Apr-20252.8 KiB9957

measures_unittests.pyH A D25-Apr-20252.9 KiB9671

metric.pyH A D25-Apr-20251.5 KiB5026

metric_unittests.pyH A D25-Apr-20251.1 KiB4328

test_script_metrics.protoH A D25-Apr-20251.2 KiB4333

test_script_metrics_pb2.pyH A D25-Apr-20251.9 KiB3320

time_consumption.pyH A D25-Apr-2025976 4124

time_consumption_unittests.pyH A D25-Apr-20252.4 KiB7456

README.md

1# Step to generate/update \*\_pb2.py stubs from proto
2
31. Install `protoc` if it is not in the `$PATH`
42. From this dir, Run the command `protoc --python_out=. *.proto` to generate
5   python stubs
6