Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out goog_ user timings. #1563

Merged
merged 6 commits into from
Jan 30, 2017
Merged

Filter out goog_ user timings. #1563

merged 6 commits into from
Jan 30, 2017

Conversation

paulirish
Copy link
Member

Fixes #1548

return ['goog_'];
}

static excludeBlacklisted(timing) {
Copy link
Member

Choose a reason for hiding this comment

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

jsdoc would be good (nit: and maybe comment above should actually go on this function)

Copy link
Member Author

Choose a reason for hiding this comment

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

k done

/**
* We remove mark/measures entered by third parties not of interest to the user
* @param {!UserTimingsExtendedInfo} artifacts
* @return {boolean>}
Copy link
Member

Choose a reason for hiding this comment

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

stray >

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@brendankenny
Copy link
Member

needs a rebase now :)

* @return {boolean}
*/
static excludeBlacklisted(timing) {
return UserTimings.blacklistedPrefixes.every(prefix => !timing.name.startsWith(prefix));
Copy link
Contributor

Choose a reason for hiding this comment

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

It's that Node > 4 bling ✨

@paulirish
Copy link
Member Author

Conflicts resolved. Merging!

@paulirish paulirish merged commit 111a519 into master Jan 30, 2017
@paulirish paulirish deleted the googusertiming branch January 30, 2017 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants