Seems like none of the two provided in the answers extensions are working now in Dec 2024.
I first published this one in Mar 2024 - to help find issues with timers, intervals, animation frames, idle callbacks and eval's, not only by reporting data but also by observing the behaviour through time. It tracks active intervals, scheduled timeouts, shows their callstacks (wich helps to jump straight to the source code), collects history and frequency of invocation, marks instances of bad argument usages.
Link to extension: chrome web store - API Monitor (manifest version 3)
Link to source code (MIT license): github - the principle in core is wrapping native functions via injected content-script, the rest are logistics.