perf_stats: Resolve implicit int to double conversion error
We simply need to turn the literal argument to std::accumulate into a double, rather than an int.
Loading
Please register or sign in to comment
We simply need to turn the literal argument to std::accumulate into a double, rather than an int.