Clears all accumulated profiling data, allowing fresh measurements.
See also
get_profile_report to view profiling data
Examples
if (FALSE) { # \dontrun{
reset_profile()
tree <- fast_nj(d)
cat(get_profile_report())
} # }
Clears all accumulated profiling data, allowing fresh measurements.
get_profile_report to view profiling data
if (FALSE) { # \dontrun{
reset_profile()
tree <- fast_nj(d)
cat(get_profile_report())
} # }