Home
last modified time | relevance | path

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

/external/v8/tools/perf/
Dstatistics-for-json.R47 nopatch_norm <- shapiro.test(nopatch_res); globalVar
58 ifelse(nopatch_norm$p.value < 0.05, "not normally", "normally"),
59 nopatch_norm$statistic, nopatch_norm$p.value);