angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Add profiling #77

Closed SomeKittens closed 9 years ago

SomeKittens commented 9 years ago

This fixes a previous performance issue and emits an event after each digest with details on the length of the digest as well as the length of each watcher.

https://github.com/angular/angular-hint/pull/76 needs to be merged in ahead of this in order for the example page to work.

btford commented 9 years ago

Landed as 3827a76d15b014136293f1f3a35b32e8e2c852e5.