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

Better perf debugging #2206

Closed
sebmck opened this issue Aug 13, 2015 · 1 comment
Closed

Better perf debugging #2206

sebmck opened this issue Aug 13, 2015 · 1 comment
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@sebmck
Copy link
Contributor

sebmck commented Aug 13, 2015

Would be very useful to add better debugging to the transformer pipeline. Seeing what transforms take the longest, how many traversals are performed in total, how many nodes are visited, average time for a visitor method etc.

cc @amasad @DmitrySoshnikov

@sebmck sebmck changed the title Better debugging Better perf debugging Aug 13, 2015
@hzoo
Copy link
Member

hzoo commented Sep 8, 2016

@kittens basically did this in #3659

we did timing in babili in babel/minify#91
and # visits in babel/minify#93

@hzoo hzoo closed this as completed Sep 8, 2016
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label May 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

No branches or pull requests

2 participants