function timeAsync<T>( operation, fn, profiler?): Promise<{ durationMs: number; result: T; }>;
T
string
Promise
durationMs
number
result