Last active
August 29, 2015 14:06
-
-
Save imbcmdth/07c7bf7ecc6883cbb476 to your computer and use it in GitHub Desktop.
Browser performance - HDR image processing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Firefox 33 | |
---------------------------------------------- | |
HDRPNG - Reading and Parsing PNG: 279.62ms | |
HDRPNG - Convert LogLuv to rgb float: 716.98ms | |
HDRPNG - Generate Log2 Luminance: 156.1ms | |
HDRPNG - Generate Histograms: 326.97ms | |
Applying TMO: 159.38ms | |
Applying DMO: 231.71ms | |
----------------------------------------------- | |
Total: 1,870ms | |
Chrome 37 | |
----------------------------------------------- | |
HDRPNG - Reading and Parsing PNG: 917.000ms | |
HDRPNG - Convert LogLuv to rgb float: 1889.000ms | |
HDRPNG - Generate Log2 Luminance: 173.000ms | |
HDRPNG - Generate Histograms: 276.000ms | |
Applying TMO: 197.000ms | |
Applying DMO: 186.000ms | |
----------------------------------------------- | |
Total: 3,638ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment