RE: [coldbox:3377] Profiler for Interceptors

Have you checked out ColdBox's built-in debugging information? There's
a LOT of stuff in there.

Add ?debugmode=1 to the end of your URl (or just turn it on in your
settings if you are on dev or stage.)

It shows you all the events, interceptors and views right there with
times, request collection snapshots, and color coding.

There's even a profile monitor that let's you watch all the request that
are going through.

~Brad