Skip to contents

Scratch pool diagnostics

Usage

scratch_diagnostics()

Value

A list with counters and current pool bytes.

Examples

scratch_diagnostics()
#> $hits
#> [1] 0
#> 
#> $misses
#> [1] 0
#> 
#> $bytes
#> [1] 0
#> 
#> $high_water
#> [1] 0
#> 
#> $max_bytes
#> [1] Inf
#> 
#> $needs_recycle
#> [1] FALSE
#>