panel_resource_usage_task: Plot resource utilization using tasks as color

View source: R/phase2_util.R

panel_resource_usage_taskR Documentation

Plot resource utilization using tasks as color

Description

Use data Application to create a panel of the total resource utilization that helps to observe the time related resource utilization by task

Usage

panel_resource_usage_task(
  data = NULL,
  step = NULL,
  legend = FALSE,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end
)

Arguments

data

starvz_data with trace data

step

size in milliseconds for the time aggregation step

legend

enable/disable plot legends

x_start

X-axis start value

x_end

X-axis end value

Value

A ggplot object

Examples


panel_resource_usage_task(data = starvz_sample_lu)


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