Home
last modified time | relevance | path

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

/external/v8/tools/perf/
Dstatistics-for-json.R46 patch_norm <- shapiro.test(patch_res); globalVar
55 ifelse(patch_norm$p.value < 0.05, "not normally", "normally"),
56 patch_norm$statistic, patch_norm$p.value);