Raygun firing with each tick of createjs timer
Joshua
Posted on
Sep 19 2014
We are using CreateJS to handle our canvas interactions. I've noticed when I run the timeline profiler that each tick using the EaselJS ticker (http://www.createjs.com/Docs/EaselJS/classes/Ticker.html) includes two raygun entries in the call stack. This seems a little unnecessary considering the sheer number of times the ticker gets fired per second.
I've have attached a screenshot of the chrome profiler for review. Any thoughts?