How could I run a simple diagnostic to check how many times a particular line of code is executed (passed by) in Chrome Dev Tools? Obviously without counting it myself with a debugging breakpoint and without writing any redundant code inside the codebase.
I want to do it on a regular basis, that is - I do something on the interface to call for a for (f.ex) cycle and I want to see imediately how many times a particular line was executed, then press again and see a new result again (maybe a reset inbetween could be tolerated)