README 341 B

123456789
  1. This directory contains code for scheduling metrics which are shared between
  2. renderer process and browser process.
  3. These metrics include:
  4. - Expected queueing time (EQT) calculation.
  5. - Per-thread task duration metrics.
  6. This component should not have any dependencies other than //base as it
  7. should be able to be used from any other place.