I\'m attempting to find a bottleneck in my Javascript. Basically I\'m developing a chrome extension written in Javascript which is taking 4-5 seconds to perform a task. Ther
You can try to use Profiler as it was mentioned before or Timeline. Timeline will help you if the time was spent in native code.