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

Profiling pure functions #3

Open
resir014 opened this issue Aug 23, 2017 · 0 comments
Open

Profiling pure functions #3

resir014 opened this issue Aug 23, 2017 · 0 comments

Comments

@resir014
Copy link
Member

resir014 commented Aug 23, 2017

There's one thing that's lacking from the TypeScript profiler, which is the ability to profile pure functions.

Unfortunately the TypeScript profiler for now only works for classes and the methods inside them, since decorators don't work outside of them, and currently the TypeScript profiler doesn't account to that.

Is it possible?

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

No branches or pull requests

1 participant