Skip to content

gltestperf: Don't overflow int, use float as intended

Witold Baryluk requested to merge baryluk/demos:baryluk-master-patch-36976 into main

Convert to consistently use float for time and per-sec measurements.

On fast hardware the numelem * bmark->size[0] can easily overflow 32-bit int.

Merge request reports