powered by
Add timings to a trajectory
Helper function for storing timings information.
add_timings(trajectory, timings)is_wrapper_with_timings(trajectory)add_timing_checkpoint(timings, name)
is_wrapper_with_timings(trajectory)
add_timing_checkpoint(timings, name)
A dynwrap object with the timings added.
The trajectory as created by infer_trajectory() or add_trajectory()
infer_trajectory()
add_trajectory()
A list of timings.
The name of the timings checkpoint.
trajectory <- example_trajectory trajectory <- add_timings( trajectory, list(start = 0, end = 1) )
Run the code above in your browser using DataLab