Skip to contents

Clears all accumulated profiling data, allowing fresh measurements.

Usage

reset_profile()

Value

NULL (invisibly)

See also

get_profile_report to view profiling data

Examples

if (FALSE) { # \dontrun{
reset_profile()
tree <- fast_nj(d)
cat(get_profile_report())
} # }