- Quantifying memory allocations (and subsequently obtaining the memory complexity class) is made unavailable for systems without memory profiling functionality since this is required in order to use
bench::bench_memory()
, which is internally called viatestComplexity::asymptoticMemoryUsage()
.
- Please check the General Vignette for an introduction to the functionality offered by this version of testComplexity.