Skip to main content

flush_thread_statistics

Function flush_thread_statistics 

Source
pub fn flush_thread_statistics()
Expand description

Flush the statistics of the current thread so that it can be collected by the global tracker.

This usually does not need to be called manually, it is done automatically when the thread exits or a span is exited or closed.