HH\rqtrace\request_event_stats

Return stats for occurences of $event during the current requests up to the call of this function

namespace HH\rqtrace;

function request_event_stats(
  string $event_name,
): dict<string, int>;

Parameters

  • string $event_name

Returns

  • dict<string, int>