trace library

Functions

tracedAsync<T>(String label, Future<T> block()) Future<T>
Executes an asynchronous operation while logging its execution time and status.
tracedSync<T>(String label, T block()) → T
Executes a synchronous operation while logging its execution time and status.