summaryrefslogtreecommitdiff
path: root/chromium/components/scheduling_metrics/README
blob: efca24186fa034767e2af7ae6d65cc403addd653 (plain)
1
2
3
4
5
6
7
8
9
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.