We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cefac8 commit 4c38b2dCopy full SHA for 4c38b2d
nvbench/detail/entropy_criterion.cxx
@@ -75,7 +75,7 @@ void entropy_criterion::do_add_measurement(nvbench::float64_t measurement)
75
if (bin_keys)
76
{
77
const auto resolution_us = 0.5;
78
- const auto resulution_s = resolution_us / 1 '000' 000;
+ const auto resulution_s = resolution_us / 1000000;
79
const auto epsilon = resulution_s * 2;
80
key = std::round(key / epsilon) * epsilon;
81
}
0 commit comments