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

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.