Skip to content

Commit

Permalink
fixup(profile) fix profile.stop (#179)
Browse files Browse the repository at this point in the history
derp.
  • Loading branch information
Christian Clason authored Jul 2, 2021
1 parent 18da662 commit ca51b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plenary/profile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function profile.start(out, opts)
end

---stop profiling
profile.stop = p.stop()
profile.stop = p.stop

function profile.benchmark(iterations, f, ...)
local start_time = vim.loop.hrtime()
Expand Down

0 comments on commit ca51b68

Please sign in to comment.