gltestperf: Don't overflow int, use float as intended
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.