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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -