I am looking for a tool to analyze the computational charge of a javascript code. What I want is to detect which functions are computationally the heaviest in my project to later see if I can optimize them. Does anyone know of any such tools for javascript?