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

[js] 第406天 你是如何比较js函数的执行速度的? #2425

Open
haizhilin2013 opened this issue May 25, 2020 · 3 comments
Open

[js] 第406天 你是如何比较js函数的执行速度的? #2425

haizhilin2013 opened this issue May 25, 2020 · 3 comments
Labels
js JavaScript

Comments

@haizhilin2013
Copy link
Collaborator

第406天 你是如何比较js函数的执行速度的?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the js JavaScript label May 25, 2020
@zhaofeipeter
Copy link

采用chrome performance api

@bozaigao
Copy link

console.time(flag);
console.timeEnd(flag);

@cool-delete
Copy link

performance api比较精准的
console.time(flag);
也行 搭配timelog 多次测量

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js JavaScript
Projects
None yet
Development

No branches or pull requests

4 participants