resource_utilization_tree_node {starvz} | R 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] |
[Package starvz version 0.8.0 Index]