Learn R Programming

starvz (version 0.8.4)

panel_st_runtime: Create a space time visualization of the runtime as a Gantt chart

Description

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.

Usage

panel_st_runtime(data,
             agg = data$config$starpu$aggregation$active)

Value

A ggplot object

Arguments

data

starvz_data with trace data

agg

Active or not static aggregation

Examples

Run this code
panel_st_runtime(data = starvz_sample_lu)

Run the code above in your browser using DataLab