resource_utilization_tree_node: Create the node memory usage plot

View source: R/phase2_atree.R

resource_utilization_tree_nodeR Documentation

Create the node memory usage plot

Description

Use starvz_data to create a line plot of the memory usage in MB of active nodes along the application execution time

Usage

resource_utilization_tree_node(
  Application = NULL,
  Atree = NULL,
  step = 100,
  group_pruned = FALSE,
  performance_metric = "Time"
)

Arguments

Application

starvz application data

Atree

starvz elimination tree data

step

size in milliseconds for the time aggregation step

group_pruned

aggregate computations of the same parent pruned nodes

performance_metric

Performance metric to save in Value1 [Time, GFlops]


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