Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: PerformanceTests/Layout/SimpleTextPathLineLayout.html

Issue 675983004: Allow performance tests to test full rendering performance (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layoutOrFullyRender -> forceLayoutOrFullFrame Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Simple Path performance test</title> 5 <title>Simple Path performance test</title>
6 <script src="../resources/runner.js"></script> 6 <script src="../resources/runner.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <pre id="log"></pre> 9 <pre id="log"></pre>
10 <div id="target"> 10 <div id="target">
(...skipping 12 matching lines...) Expand all
23 郎的座測目平意本同日玉導。軽田雇物学記社開力柳岡番助写。草制通撃告下球碁社間断展成議千観困介。作後法天呼閉景墳独海珈痴則碁。鉄察購摂最校石下応委特服少信代戻真。 容射覧表日狙壊軍修祭理全正相数因縛発延。笑調見強危月流女録本突有引庫飛売史属巡常。線真上激件木目筆婦広動美。送球漁見質出子応無際京日入売喜頼棚夜意人路主場渡記影 兜造掲。住国哲高球週体訴罰嶺止行観並倒調。真音航知夜負優物定写歓票番調著信特。豪土長高努予題岡院定覇札最著同。凍皇能台間天問使加別果昨校城別業的用平。稿社英必頭 選竹容概皇覚型。検僚化話教岐苑役先影載能支出。出笠害出著道明覧掲人新尚。江整念今政何毎娘五続当味変福要無要前主子。 23 郎的座測目平意本同日玉導。軽田雇物学記社開力柳岡番助写。草制通撃告下球碁社間断展成議千観困介。作後法天呼閉景墳独海珈痴則碁。鉄察購摂最校石下応委特服少信代戻真。 容射覧表日狙壊軍修祭理全正相数因縛発延。笑調見強危月流女録本突有引庫飛売史属巡常。線真上激件木目筆婦広動美。送球漁見質出子応無際京日入売喜頼棚夜意人路主場渡記影 兜造掲。住国哲高球週体訴罰嶺止行観並倒調。真音航知夜負優物定写歓票番調著信特。豪土長高努予題岡院定覇札最著同。凍皇能台間天問使加別果昨校城別業的用平。稿社英必頭 選竹容概皇覚型。検僚化話教岐苑役先影載能支出。出笠害出著道明覧掲人新尚。江整念今政何毎娘五続当味変福要無要前主子。
24 郎的座測目平意本同日玉導。軽田雇物学記社開力柳岡番助写。草制通撃告下球碁社間断展成議千観困介。作後法天呼閉景墳独海珈痴則碁。鉄察購摂最校石下応委特服少信代戻真。 容射覧表日狙壊軍修祭理全正相数因縛発延。笑調見強危月流女録本突有引庫飛売史属巡常。線真上激件木目筆婦広動美。送球漁見質出子応無際京日入</p> 24 郎的座測目平意本同日玉導。軽田雇物学記社開力柳岡番助写。草制通撃告下球碁社間断展成議千観困介。作後法天呼閉景墳独海珈痴則碁。鉄察購摂最校石下応委特服少信代戻真。 容射覧表日狙壊軍修祭理全正相数因縛発延。笑調見強危月流女録本突有引庫飛売史属巡常。線真上激件木目筆婦広動美。送球漁見質出子応無際京日入</p>
25 </div> 25 </div>
26 <script> 26 <script>
27 var target = document.getElementById("target"); 27 var target = document.getElementById("target");
28 var style = target.style; 28 var style = target.style;
29 29
30 function test() { 30 function test() {
31 style.display = "block"; 31 style.display = "block";
32 style.width = "200px"; 32 style.width = "200px";
33 target.offsetLeft; 33 PerfTestRunner.forceLayoutOrFullFrame();
34 style.width = "200px"; 34 style.width = "200px";
35 target.offsetLeft; 35 PerfTestRunner.forceLayoutOrFullFrame();
36 style.width = "200px"; 36 style.width = "200px";
37 target.offsetLeft; 37 PerfTestRunner.forceLayoutOrFullFrame();
38 style.display = "none"; 38 style.display = "none";
39 } 39 }
40 40
41 PerfTestRunner.measureRunsPerSecond({ 41 PerfTestRunner.measureRunsPerSecond({
42 description: "Measures performance of layout on English and Chinese characters.", 42 description: "Measures performance of layout on English and Chinese characters.",
43 run: test 43 run: test
44 }); 44 });
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/Shapes/resources/shapes.js ('k') | PerformanceTests/Layout/auto-grid-lots-of-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698