ray.data.block.BlockExecStats#

class ray.data.block.BlockExecStats[source]#

Execution stats for this block.

wall_time_s#

The wall-clock time it took to compute this block.

cpu_time_s#

The CPU time it took to compute this block.

node_id#

A unique id for the node that computed this block.

DeveloperAPI: This API may change across minor Ray releases.

Methods