Name Description Size Coverage
__init__.py 0 -
average.py A metric implementation to calculate the average of the inputs. 736 -
average_unittests.py File for testing average.py. 892 -
count.py A metric implementation to count the number of inputs. 617 -
count_unittests.py File for testing count.py. 855 -
data_points.py A metric implementation to record the raw inputs. 889 -
data_points_unittests.py File for testing data_points.py. 1142 -
exception_occurrences.proto 828 -
exception_occurrences_pb2.py Generated protocol buffer code. 1483 -
exception_recorder.py The module to create and manage ExceptionOccurrence records. 3474 -
exception_recorder_unittests.py File for testing exception_recorder.py. 2173 -
measure.py The base class of all the measurement supported by the metric. 559 -
measures.py The module to create and manage measures using in the process. 3095 -
measures_unittests.py File for testing measures.py. 3002 -
metric.py The entry of the metric system. 1500 -
metric_unittests.py File for testing metric.py. 1076 -
OWNERS 36 -
PRESUBMIT.py Presubmit script for build.util.lib.proto. See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for details on the presubmit API built into depot_tools. 952 -
README.md # Step to generate/update \*\_pb2.py stubs from proto 197 -
test_script_metrics.proto 1218 -
test_script_metrics_pb2.py Generated protocol buffer code. 1938 -
time_consumption.py A metric implementation to calculate the time consumption. Example: with TimeConsumption('foo'): do_something() 976 -
time_consumption_unittests.py File for testing time_consumption.py. 2503 -