mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-10 06:35:03 -05:00
Current request timers move from stats.timers.service_time.web.action to stats.timers.service_time.web.action.total and other keys can be on the same level as `total` allowing for more granular timing information so we can see exactly where in a request the time is going. This also adds some initial sub-timers.