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

how about the asynchronous calls? #3

Open
ronniegong opened this issue Dec 26, 2017 · 1 comment
Open

how about the asynchronous calls? #3

ronniegong opened this issue Dec 26, 2017 · 1 comment

Comments

@ronniegong
Copy link

as i see, this can measure the synchronous methods cost
but what about the asynchronous calls, such as fetch/promise call?

@jondot
Copy link
Owner

jondot commented Dec 26, 2017

The idea is to measure things that affects performance (lowers fps, jank, etc.) and usually these are as a result of hogging the main thread and doing things synchronously. If you have a solid idea how to benefit from measuring async calls, feel free to submit a PR with your implementation and I could take a look.

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

2 participants