Trace memory allocating functions using chrome dev tools

InstructorYonatan Kra

Share this video with your friends

Send Tweet

Sometimes you'd like to find out which function allocates the most memory in your application. Chrome dev tools has two ways to do that. In this lesson, we will go over both and track down a memory leaking function.