style: Add Gecko profiler labels for when the style threads are doing work.

Differential Revision: https://phabricator.services.mozilla.com/D30869
This commit is contained in:
Cameron McCormack 2019-05-14 05:00:45 +00:00 committed by Emilio Cobos Álvarez
parent 8dc7a25893
commit 3a22bb6c49
6 changed files with 112 additions and 0 deletions

View file

@ -13,6 +13,8 @@ pub mod conversions;
pub mod data;
pub mod media_features;
pub mod media_queries;
#[cfg(feature = "gecko_profiler")]
pub mod profiler;
pub mod pseudo_element;
pub mod restyle_damage;
pub mod rules;