Learn R Programming

starvz (version 0.8.4)

panel_lackready: 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
)

Value

A ggplot object

Arguments

data

starvz_data with trace data

x_start

X-axis start value

x_end

X-axis end value

Examples

Run this code
panel_lackready(data = starvz_sample_lu)

Run the code above in your browser using DataLab