Closed jslater8 closed 1 year ago
Manually profile with profile_this!()
A scoped macro which allows profiling individual functions. It dumps each thread as a separate file.
Also join threads at the right time. Otherwise there are race conditions as the process can exit before the profiling data is written out.
Manually profile with profile_this!()
A scoped macro which allows profiling individual functions. It dumps each thread as a separate file.
Also join threads at the right time. Otherwise there are race conditions as the process can exit before the profiling data is written out.