We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
duplicate-set-field
1 parent 11b926b commit 5454b08Copy full SHA for 5454b08
lua/wincent/commandt/private/time.lua
@@ -2,6 +2,8 @@
2
-- SPDX-License-Identifier: BSD-2-Clause
3
4
--- @class time
5
+--- @field cpu fun(callback: function): number
6
+--- @field wall fun(callback: function): number
7
local M = {}
8
9
--- Returns the CPU-time elapsed while executing the `callback`.
0 commit comments