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

feat(Scope): Improve ScopeStats reporting #744

Closed
wants to merge 1 commit into from

Conversation

mhevery
Copy link
Contributor

@mhevery mhevery commented Mar 17, 2014

No description provided.

@mhevery
Copy link
Contributor Author

mhevery commented Mar 17, 2014

@vicb please review

@mhevery mhevery added cla: yes and removed cla: no labels Mar 17, 2014
@@ -425,11 +439,13 @@ class RootScope extends Scope {
RootScope(Object context, this._astParser, this._parser,
GetterCache cacheGetter, FilterMap filterMap,
this._exceptionHandler, this._ttl, this._zone,
this._scopeStats)
: super(context, null, null,
ScopeStats _scopeStats)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use scopeStats (no _)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@vicb
Copy link
Contributor

vicb commented Mar 17, 2014

lgtm

}
if (_domReadHead != null) _stats.domWriteStart();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be read

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

@mhevery mhevery closed this in 1954e9e Mar 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants