You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, I use gcov with a large project over many directories and files. With so many functions to list, I can't even see the function table -- my browser chokes on it. Chrome is trying to render a table with 625142 (+1) lines. The Chrome browser can't handle rendering an HTML table that is so big.
Could a table-break be created after every 1,000 or 10,000 entries? This would give a browser the breathing room to render tables.
In my case, I use gcov with a large project over many directories and files. With so many functions to list, I can't even see the function table -- my browser chokes on it. Chrome is trying to render a table with 625142 (+1) lines. The Chrome browser can't handle rendering an HTML table that is so big.
Could a table-break be created after every 1,000 or 10,000 entries? This would give a browser the breathing room to render tables.
(eventually, in my case, Chrome does this ...)

Originally posted by @macetw in #840 (comment)
I am using gcovr 6.0 and Chrome 119.0.6045.159 on Ubuntu Linux 64bit
The text was updated successfully, but these errors were encountered: