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

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.