resource_utilization_tree_node | R Documentation |
Use starvz_data to create a line plot of the memory usage in MB of active nodes along the application execution time
resource_utilization_tree_node(
Application = NULL,
Atree = NULL,
step = 100,
group_pruned = FALSE,
performance_metric = "Time"
)
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] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.