panel_activenodes: Create the active nodes in memory plot

View source: R/phase2_atree.R

panel_activenodesR Documentation

Create the active nodes in memory plot

Description

Use starvz_data to create a line plot of the number of active nodes per type along the application execution time

Usage

panel_activenodes(
  data = NULL,
  step = data$config$activenodes$aggregation$step,
  aggregation = data$config$activenodes$aggregation$active,
  x_start = data$config$limits$start,
  x_end = data$config$limits$end,
  legend = data$config$activenodes$legend
)

Arguments

data

starvz_data with trace data

step

size in milliseconds for the time aggregation step

aggregation

enable/disable time aggregation for the plot

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_activenodes(data = starvz_sample_lu, step = 100)

## End(Not run)

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