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