dot-ReportTimings: Given a list of actions and when they happened, e.g....

.ReportTimingsR Documentation

Given a list of actions and when they happened, e.g. (start=time1, firstAction=time2, secondAction=time3, ...), this function will output a message indicating that firstAction took (time2-time1) seconds, secondAction took (time3-time2) seconds, etc.

Description

Given a list of actions and when they happened, e.g. (start=time1, firstAction=time2, secondAction=time3, ...), this function will output a message indicating that firstAction took (time2-time1) seconds, secondAction took (time3-time2) seconds, etc.

Usage

.ReportTimings(msg, timings)

Arguments

msg

a message to print before the timings

timings

a list of the form (start=time1, firstAction=time2, ...) where all timings were obtained from proc.time()[["elapsed"]].


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.