View source: R/phase2_lackready.R
panel_lackready | R Documentation |
Plot a bar over time that shows when the runtime is lacking ready tasks
panel_lackready(
data = NULL,
x_start = data$config$limits$start,
x_end = data$config$limits$end
)
data |
starvz_data with trace data |
x_start |
X-axis start value |
x_end |
X-axis end value |
A ggplot object
panel_lackready(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.