panel_utiltreedepth {starvz}R Documentation

Create the resource utilization by tree depth plot

Description

Use starvz_data Application and Atree to create a plot that shows the total resource utilization, painted by tree depth level using geom_ribbon

Usage

panel_utiltreedepth(
  data,
  step = data$config$utiltreenode$step,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end,
  legend = data$config$utiltreedepth$legend
)

Arguments

data

starvz_data with trace data

step

size in milliseconds for the time aggregation step

x_start

X-axis start value

x_end

X-axis end value

legend

enable/disable plot legends

Value

A ggplot object

Examples

## Not run: 
panel_utiltreedepth(starvz_sample_lu, step = 100, legend = TRUE)

## End(Not run)

[Package starvz version 0.8.0 Index]