[M73 Dev][EFL] Disable VizDisplayCompositor for EFL port
[platform/framework/web/chromium-efl.git] / components / scheduling_metrics / README
1 This directory contains code for scheduling metrics which are shared between
2 renderer process and browser process.
3
4 These metrics include:
5 - Expected queueing time (EQT) calculation.
6 - Per-thread task duration metrics.
7
8 This component should not have any dependencies other than //base as it 
9 should be able to be used from any other place.