panel_gflops_computed_difference: Plot the total computed GFlops difference over time given two...

View source: R/phase2_util.R

panel_gflops_computed_differenceR Documentation

Plot the total computed GFlops difference over time given two traces

Description

Use starvz_data Application and the GFlop columns to create a plot that shows the total computed GFlop difference over time using geom_line. The blue color represent the faster execution and the red the slower one.

Usage

panel_gflops_computed_difference(
  data1 = NULL,
  data2 = NULL,
  legend = FALSE,
  x_start = NULL,
  x_end = NULL,
  add_end_line = TRUE
)

Arguments

data1

starvz_data with trace data

data2

starvz_data with trace data

legend

enable/disable plot legends

x_start

X-axis start value

x_end

X-axis end value

add_end_line

add smaller end time vertical line

Value

A ggplot object

Examples

## Not run: 
panel_gflops_computed_difference(data1, data2)

## End(Not run)

starvz documentation built on June 19, 2025, 1:08 a.m.