(Changed in version 2.8.0) collect
has changed. The previous behavior can be reproduced with toSeq
.
Start measuring time and record it in acc
.
Start measuring time and record it in acc
.
This function should always be used in combination with profileEnd in a similar way with opening and closing
a sequence of brackets, where the code between a profile call and its corresponding profileEnd will have its
execution time measured and stored into acc
Finish profiling the current section of code, as determined by the most recent profile call
Initialize profiling
Initialize profiling
Print profile information using log
Print profile information using log