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

算法时间评估 #1

Open
sunstrikes opened this issue Mar 5, 2016 · 0 comments
Open

算法时间评估 #1

sunstrikes opened this issue Mar 5, 2016 · 0 comments

Comments

@sunstrikes
Copy link
Owner

算法评估:使用timeit模块评估,profiler找出瓶颈
timeit例:

import timeit
timeit.timeit("x = sum(range(10)")

profiler:

import cProfile
cProfile.run('main()')

用matplotlib库绘制结果

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