panel_gpubandwidth {starvz}R Documentation

Create a line chart panel with GPU bandwidth

Description

Use the Variable traces to create a line chart panel with GPU bandwidth per resource, aggregated by a configurable time step

Usage

panel_gpubandwidth(
  data,
  legend = data$config$gpubandwidth$legend,
  base_size = data$config$base_size,
  expand_x = data$config$expand,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end,
  y_start = 0,
  y_end = data$config$gpubandwidth$limit,
  step = data$config$gpubandwidth$step,
  total = data$config$gpubandwidth$total
)

Arguments

data

starvz_data with trace data

legend

enable/disable legends

base_size

base_size base font size

expand_x

expand size for scale_x_continuous padding

x_start

X-axis start value

x_end

X-axis end value

y_start

Y-axis start value

y_end

Y-axis end value

step

time step for aggregation

total

show total bandwidth of the execution per resource

Value

A ggplot object

Examples

panel_gpubandwidth(data = starvz_sample_lu)

[Package starvz version 0.8.0 Index]