Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

feat(perf): Add # of specific watchers & avg watcher time to perf pane#268

Merged
btford merged 1 commit intomasterfrom
perf-num-expressions
Sep 24, 2015
Merged

feat(perf): Add # of specific watchers & avg watcher time to perf pane#268
btford merged 1 commit intomasterfrom
perf-num-expressions

Conversation

@SomeKittens
Copy link
Copy Markdown
Member

The list of watchers in the performance pane now shows:

  • Total time a particular watcher took in the last digest cycle
  • The text of the watcher
  • How many watchers of that type there are
  • Avg time (total / how many)

closes #49

The list of watchers in the performance pane now shows:
 - Total time a particular watcher took in the last digest cycle
 - The text of the watcher
 - How many watchers of that type there are
 - Avg time (total / how many)

closes #49
@btford
Copy link
Copy Markdown
Contributor

btford commented Sep 24, 2015

LGTM

@btford btford merged commit afc576f into master Sep 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show number of watch expressions calls in Performance tab

2 participants