This function finds all the tic functions called before and estimates the time elapsed for each one saves/appends it to a csv file.
Usage
alltocs(fname = "tocs.csv")
Arguments
- fname
string path to where the output needs to be saved as a csv file.
Value
This function writes down a csv file with three columns: 1- message sepecified in the `tic` 2- Total elapsed time and 3- the execution time