BigO
Documentation for BigO.
BigO.RunReport — TypeRunReport(args...; kwargs...) -> ManagerCreates profiles for functions of runtime and memory consumption for different input sizes.
Arguments
funcarray::Array{Base.Callable}orfunc::Base.Callable: the funtion(s) to profilegenfunc::Base.Callable: funtion that generates inputs of different sizes for
the funtion(s)
insizes: iterable of integers that are used as inputs forgenfunc
Keywords
seconds::Number: parameter of@benchmarkablesamples::Integer: parameter of@benchmarkable