OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_significant
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/massif/
ms_print.in
207
my $
is_significant
= is_significant_XPt($is_top_node, $bytes, $mem_total_B);
211
if ($
is_significant
) {
234
if ($
is_significant
) {
/external/google-benchmark/src/
benchmark.cc
718
bool
is_significant
= (seconds / min_time) > 0.1;
local
719
multiplier =
is_significant
? multiplier : std::min(10.0, multiplier);
Completed in 665 milliseconds