R/scratch.R
scratch_diagnostics.Rd
Scratch pool diagnostics
scratch_diagnostics()
A list with counters and current pool bytes.
scratch_diagnostics() #> $hits #> [1] 0 #> #> $misses #> [1] 0 #> #> $bytes #> [1] 0 #> #> $high_water #> [1] 0 #> #> $max_bytes #> [1] Inf #> #> $needs_recycle #> [1] FALSE #>