Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
task_duration_metric_reporter.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
thread_metrics.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
thread_metrics.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
thread_metrics_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
thread_type.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
total_duration_metric_reporter.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
total_duration_metric_reporter.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
total_duration_metric_reporter_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README

This directory contains code for scheduling metrics which are shared between
renderer process and browser process.

These metrics include:
- Expected queueing time (EQT) calculation.
- Per-thread task duration metrics.

This component should not have any dependencies other than //base as it
should be able to be used from any other place.