performance/profiling.R

# https://adv-r.hadley.nz/perf-measure.html
# Measuring performance through profiling
library(profvis)
source("performance/perform_function.R")
profvis(perform(5))
gopalpenny/genevoisgame documentation built on Sept. 9, 2020, 1:46 a.m.