Learn R Programming

shard (version 0.1.0)

buffer_diagnostics: Buffer Diagnostics

Description

Returns per-process counters for shard buffer writes. shard_map uses these internally to report write volume/operations in copy_report().

Usage

buffer_diagnostics()

Arguments

Value

A list with elements writes (integer count) and bytes

(total bytes written) accumulated in the current process.

Examples

Run this code
buffer_diagnostics()

Run the code above in your browser using DataLab