Timers long execution warningsSuggestion
Right now, only common hooks has a warnings if they are working too long. The problem is that code from timers might freeze the server, and you will never know, because of no warnings. And its very hard to track down which plugin caused the issue, if there is too much plugins.

So, if its possible, i would really like that feature.
Hook warnings only show when something in that hook took over 100ms to complete. They are only there for hooks and their contents. These warnings are not intended to be relied on, they are only there for debug for us.
In response to Wulf ():
Hook warnings only show when something in that hook took over 100ms to complete. They are only there...
Yes, and im asking for the same feature for timers, for debugging. I just tested a timer, which is freezes the server's main thread for 2 seconds, and its completely silent.
In response to Topkek ():
Yes, and im asking for the same feature for timers, for debugging. I just tested a timer, which is f...
We'll look into it. There's a lot of overhauling going on right now, so may be able to add something like that else improve timer handling.
Yeah, Wulf, that would be really cool!