panel_lackready: Shows if the runtimes is lacking ready tasks

View source: R/phase2_lackready.R

panel_lackreadyR Documentation

Shows if the runtimes is lacking ready tasks

Description

Plot a bar over time that shows when the runtime is lacking ready tasks

Usage

panel_lackready(
  data = NULL,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end
)

Arguments

data

starvz_data with trace data

x_start

X-axis start value

x_end

X-axis end value

Value

A ggplot object

Examples

panel_lackready(data = starvz_sample_lu)

starvz documentation built on June 19, 2025, 1:08 a.m.