diff options
author | ddh <dianehosfelt@gmail.com> | 2017-10-02 14:52:39 +0100 |
---|---|---|
committer | ddh <dianehosfelt@gmail.com> | 2017-10-24 21:02:56 +0100 |
commit | 2ffbe5398970e54ad55d3e53b495ee6651b64f4c (patch) | |
tree | 4bd439757539df5afa8e58a9030a3a46c4098e0d /tests/unit/metrics/lib.rs | |
parent | 347176df257978bdb1c413f632c9fc870de4ff76 (diff) | |
download | servo-2ffbe5398970e54ad55d3e53b495ee6651b64f4c.tar.gz servo-2ffbe5398970e54ad55d3e53b495ee6651b64f4c.zip |
added time to interactive metrics, refactored metrics to use traits
changed task macro to take pipeline info
Diffstat (limited to 'tests/unit/metrics/lib.rs')
-rw-r--r-- | tests/unit/metrics/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/metrics/lib.rs b/tests/unit/metrics/lib.rs index bde61912493..fc5456a271c 100644 --- a/tests/unit/metrics/lib.rs +++ b/tests/unit/metrics/lib.rs @@ -14,4 +14,5 @@ extern crate style; extern crate time; #[cfg(test)] +mod interactive_time; mod paint_time; |