Learn R Programming

ss3sim (version 0.9.5)

calculate_runtime: Calculate run time

Description

Internal function used by get_results_scenario to calculate the runtime (in minutes) from a Report.sso file.

Usage

calculate_runtime(start_time, end_time)

Arguments

start_time

Vector of characters as read in from the r4ss report file

end_time

Vector of characters as read in from the r4ss report file

Value

A numeric value representing the number of minutes of total runtime as reported by SS.

Details

This runtime includes the overhead for reading and writing the file up to the Report.sso time stamp.