Skip to content

Performance Benchmarking #288

Answered by kristijanhusak
jgollenz asked this question in Q&A
Discussion options

You must be logged in to vote

You can do some performance benchmarking like this:

:profile start profile.log
:profile file *
:profile func *

Do the thing that's slow, and then:

:profile stop
:qa!

Then open up profile.log file that was created

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@jgollenz
Comment options

jgollenz May 10, 2022
Collaborator Author

@jgollenz
Comment options

jgollenz May 10, 2022
Collaborator Author

@jgollenz
Comment options

jgollenz May 10, 2022
Collaborator Author

@kristijanhusak
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jgollenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants