Hi, `AlluraTimerMiddleware` is a class in allura, so first step would be to find that and see how it declares various timers around different functions & methods. That class uses a separate python library https://pythonhosted.org/TimerMiddleware/ so you can look at the docs there too to learn about it more.
You can see the output / results of AlluraTimerMiddleware in the `stats.log` file that it creates. --- ** [tickets:#7977] Improvements to AlluraTimerMiddleware** **Status:** open **Milestone:** unreleased **Labels:** bitesize **Created:** Tue Aug 25, 2015 09:30 PM UTC by Dave Brondsema **Last Updated:** Tue Feb 05, 2019 04:39 PM UTC **Owner:** nobody It'd be useful to have AlluraTimerMiddleware wrap the project nav logic. This would help identify any issues related to that (e.g. project with tons of tools) And the first "ming" timer should be renamed "ming-iter" so that the high call counts it produces is separate from the regular ming counts. --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.