diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-08-31 13:36:29 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-09-07 10:52:31 -0700 |
commit | 4f0aa3e02d6b11536c79d7cd0af83b8f7d2e123e (patch) | |
tree | 68fab2684bf83540d81980657337a95945b0136e | |
parent | 61743aa190772a1c75acb75d274215274d0e6873 (diff) |
Print time phases for the stylo sanity test
-rwxr-xr-x | tests/stylo_sanity.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stylo_sanity.rs b/tests/stylo_sanity.rs index 5120f5a2..56bfcaa8 100755 --- a/tests/stylo_sanity.rs +++ b/tests/stylo_sanity.rs @@ -25,6 +25,7 @@ fn sanity_check_can_generate_stylo_bindings() { let then = Instant::now(); bindgen::builder() + .time_phases(true) .header(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/stylo.hpp")) .whitelisted_function("Servo_.*") .whitelisted_function("Gecko_.*") |