View source: R/phase2_states_chart.R
panel_st_runtime | R Documentation |
Use the runtime trace data to plot the task computations by ResourceId over the execution time. It will select the aggregation mode if requested, only static aggregation is available for runtime.
panel_st_runtime(data,
agg = data$config$starpu$aggregation$active)
data |
starvz_data with trace data |
agg |
Active or not static aggregation |
A ggplot object
panel_st_runtime(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.