Home
last modified time | relevance | path

Searched refs:is_significant (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/massif/
Dms_print.in207 my $is_significant = is_significant_XPt($is_top_node, $bytes, $mem_total_B);
211 if ($is_significant) {
234 if ($is_significant) {
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc350 bool is_significant = (seconds / min_time) > 0.1; in RunBenchmark() local
351 multiplier = is_significant ? multiplier : std::min(10.0, multiplier); in RunBenchmark()
/external/google-benchmark/src/
Dbenchmark.cc371 bool is_significant = (seconds / min_time) > 0.1; in RunBenchmark() local
372 multiplier = is_significant ? multiplier : std::min(10.0, multiplier); in RunBenchmark()