Hi All! Chrome/Firefox dev tools have ability to collect overall performance profile during session. But if we need to profile some random "lags" during gameplay - we need to collect per-frame statistics like Adobe Scout does (for Flash). As far as I found - Firefox have some kind of "samples" in collected profile, and ability to change range of samples, but this samples are not related to real playgame time. Is any tool like Scout available for JavaScript?