panel_utiltreenode {starvz}R Documentation

Create the resource utilization by tree node plot

Description

Use starvz_data Application and Atree to create a plot that shows the total resource utilization, painted by tree node using geom_ribbon. The colors are reused between nodes, not tied to a specific tree node.

Usage

panel_utiltreenode(
  data = NULL,
  step = data$config$utiltreenode$step,
  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

x_start

X-axis start value

x_end

X-axis end value

Value

A ggplot object

Examples

## Not run: 
panel_utiltreenode(data = starvz_sample_lu, step = 100)

## End(Not run)

[Package starvz version 0.8.0 Index]