Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Show number of watch expressions calls in Performance tab #49

Closed
mayco2070 opened this issue Feb 1, 2013 · 1 comment · Fixed by #268
Closed

Show number of watch expressions calls in Performance tab #49

mayco2070 opened this issue Feb 1, 2013 · 1 comment · Fixed by #268
Assignees

Comments

@mayco2070
Copy link

No description provided.

@SomeKittens SomeKittens self-assigned this Sep 23, 2015
@SomeKittens
Copy link
Member

Specifically, we show the list of calls sorted by total length that call took, but we also have the #'s for how many of those calls there are. We should display them.

SomeKittens added a commit that referenced this issue Sep 23, 2015
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
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 a pull request may close this issue.

2 participants