blob: 01d818dba8089c445a804fb10ae9c2cd1f196cce [file] [log] [blame]
<!DOCTYPE html>
<body>
<script src="../resources/runner.js"></script>
<script>
PerfTestRunner.measurePageLoadTime({
description: "Measures performance of a document load.",
path: "resources/simple.html",
iterationCount: 7,
tracingCategories: 'blink',
traceEventsToMeasure: ['WebLocalFrameImpl::createChildframe',
'LocalFrameView::performPostLayoutTasks']
});
</script>
</body>