Home
last modified time | relevance | path

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

/external/v8/tools/perf/
Dstatistics-for-json.R44 patch_res <- as.integer(patch$traces[[i]]$results) globalVar
46 patch_norm <- shapiro.test(patch_res);
61 hist <- ggplot(data=data.frame(x=as.integer(patch_res)), aes(x)) +
78 mww <- wilcox.test(patch_res, nopatch_res, conf.int = TRUE, exact=TRUE)
88 t <- t.test(patch_res, nopatch_res, paired=FALSE)
100 name=paste("Benchmark, n=", length(patch_res))) +