OLD | NEW |
1 { | 1 { |
2 "_description" : "This file contains info about our performance test traces, u
sed by the perf dashboard (http://chromeperf.appspot.com). Links in test descrip
tions should be in markdown format. SUITE as the description means the same desc
ription as the test suite.", | 2 "_description" : "This file contains info about our performance test traces, u
sed by the perf dashboard (http://chromeperf.appspot.com). Links in test descrip
tions should be in markdown format. SUITE as the description means the same desc
ription as the test suite.", |
3 | 3 |
4 "dom": { | 4 "dom": { |
5 "description": "" | 5 "description": "" |
6 }, | 6 }, |
7 "dom_attr": { | 7 "dom_attr": { |
8 "description": "" | 8 "description": "" |
9 }, | 9 }, |
10 "dom_attr_element_expando": { | 10 "dom_attr_element_expando": { |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 }, | 431 }, |
432 "load_time": { | 432 "load_time": { |
433 "description": "" | 433 "description": "" |
434 }, | 434 }, |
435 "total_texture_upload_time": { | 435 "total_texture_upload_time": { |
436 "description": "The time spent in texture upload on the GPU process." | 436 "description": "The time spent in texture upload on the GPU process." |
437 }, | 437 }, |
438 "load_time_by_url": { | 438 "load_time_by_url": { |
439 "description": "" | 439 "description": "" |
440 }, | 440 }, |
| 441 "average_latency": { |
| 442 "description": "The average latency between input event and corresponding sw
ap to screen." |
| 443 }, |
441 | 444 |
442 "Score": { | 445 "Score": { |
443 "description": "SUITE" | 446 "description": "SUITE" |
444 }, | 447 }, |
445 "canvasDrawImageFullClear": { | 448 "canvasDrawImageFullClear": { |
446 "description": "Using a canvas element to render. Bitmaps are blitted to th
e canvas using the 'drawImage' function and the canvas is fully cleared at the b
eginning of each frame." | 449 "description": "Using a canvas element to render. Bitmaps are blitted to th
e canvas using the 'drawImage' function and the canvas is fully cleared at the b
eginning of each frame." |
447 }, | 450 }, |
448 "canvasDrawImageFullClearAlign": { | 451 "canvasDrawImageFullClearAlign": { |
449 "description": "Same as canvasDrawImageFullClear except all 'x' and 'y' valu
es are roudned to the nearest integer. This can be more efficient on translate
on certain browsers." | 452 "description": "Same as canvasDrawImageFullClear except all 'x' and 'y' valu
es are roudned to the nearest integer. This can be more efficient on translate
on certain browsers." |
450 }, | 453 }, |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 "string-tagcloud": { | 542 "string-tagcloud": { |
540 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." | 543 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." |
541 }, | 544 }, |
542 "string-unpack-code": { | 545 "string-unpack-code": { |
543 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." | 546 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." |
544 }, | 547 }, |
545 "string-validate-input": { | 548 "string-validate-input": { |
546 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." | 549 "description": "String processing, including code to generate a giant 'tagcl
oud', extracting compressed JS code, etc." |
547 } | 550 } |
548 } | 551 } |
OLD | NEW |