HH\rqtrace\all_request_stats

namespace HH\rqtrace;

function all_request_stats(): dict<string, dict<string, int>>;

Returns

  • Dict ( [EVENT_NAME - => Dict ( [duration] => int (microseconds) [count] => int ) ... )