summaryrefslogtreecommitdiff
path: root/xmake/core/base/profiler.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-20 22:56:19 +0800
committerruki <[email protected]>2024-12-20 22:56:19 +0800
commit0b000b3edb52bc2b9b981f7208a4634df7d85d12 (patch)
treeb3e2c004c7c5deef2fea2fce366cd105dbcffd49 /xmake/core/base/profiler.lua
parentca53159567407c93e948c265fa9c36fbcb1752bc (diff)
profile process perf
Diffstat (limited to 'xmake/core/base/profiler.lua')
-rw-r--r--xmake/core/base/profiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua
index 331f02c5e..ae0ced4fc 100644
--- a/xmake/core/base/profiler.lua
+++ b/xmake/core/base/profiler.lua
@@ -247,7 +247,7 @@ function profiler:leave(name, ...)
end
end
--- get profiler mode, e.g. perf:call, perf:tag, trace
+-- get profiler mode, e.g. perf:call, perf:tag, perf:process, trace
function profiler:mode()
local mode = self._MODE
if mode == nil then