angularjs - Tracking performance with code -



angularjs - Tracking performance with code -

i curious angularjs performance of digest cycle. track how much total time spent in digest cycle on browsers. batarang not help me. there event or hook gets triggered on start of digest cycle , after digest cycle completed?

how using browser's developer tools?

in chrome, open console, go profiles -> collect js cpu profile -> run (the circle in corner). in result can see each function, ie. $digest, $apply ...

similar in firefox, open console, go profiler , nail clock icon in corner

angularjs

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -