Index: tools/telemetry/unittest_data/interaction_enabled_page.html |
diff --git a/tools/telemetry/unittest_data/interaction_enabled_page.html b/tools/telemetry/unittest_data/interaction_enabled_page.html |
index bdce85abd935f4fff27209b5ff962b0f7db819b1..59af4e5f4540afac33f4ffe905904f10169ac968 100644 |
--- a/tools/telemetry/unittest_data/interaction_enabled_page.html |
+++ b/tools/telemetry/unittest_data/interaction_enabled_page.html |
@@ -61,15 +61,15 @@ |
} |
} |
function makeJank() { |
- console.time('Interaction.JankThreadJSRun/is_responsive'); |
+ console.time('Interaction.JankThreadJSRun'); |
waitMs(jankMs); |
- console.timeEnd('Interaction.JankThreadJSRun/is_responsive'); |
+ console.timeEnd('Interaction.JankThreadJSRun'); |
window.jankScriptDone = true; |
} |
function makeSlow() { |
- console.time('Interaction.SlowThreadJsRun/is_fast'); |
+ console.time('Interaction.SlowThreadJsRun'); |
waitMs(slowMs); |
- console.timeEnd('Interaction.SlowThreadJsRun/is_fast'); |
+ console.timeEnd('Interaction.SlowThreadJsRun'); |
window.slowScriptDone = true; |
} |
</script> |