summaryrefslogtreecommitdiff
path: root/xmake/plugins/show/lists/envs.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-03-17 00:50:47 +0800
committerruki <[email protected]>2023-03-17 00:50:47 +0800
commitb48a0dce1c10f24c045aab889ea4ec72f9db1b7f (patch)
treed0d3ff1febe43ed20d1639bbe28af856b4821179 /xmake/plugins/show/lists/envs.lua
parent879f532bca3c8b56c7a2979c0246ca9ae2a909c2 (diff)
improve profiler
Diffstat (limited to 'xmake/plugins/show/lists/envs.lua')
-rw-r--r--xmake/plugins/show/lists/envs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/show/lists/envs.lua b/xmake/plugins/show/lists/envs.lua
index 753efd997..11d3ffc59 100644
--- a/xmake/plugins/show/lists/envs.lua
+++ b/xmake/plugins/show/lists/envs.lua
@@ -36,7 +36,7 @@ function main()
XMAKE_RAMDIR = {"Set the ramdisk directory.", os.getenv("XMAKE_RAMDIR")},
XMAKE_RCFILES = {"Set the runtime configuration files.", path.joinenv(project.rcfiles())},
XMAKE_TMPDIR = {"Set the temporary directory.", os.tmpdir()},
- XMAKE_PROFILE = {"Start profiler, e.g. perf, trace, stuck.", os.getenv("XMAKE_PROFILE")},
+ XMAKE_PROFILE = {"Start profiler, e.g. perf:call, perf:tag, trace, stuck.", os.getenv("XMAKE_PROFILE")},
XMAKE_PKG_CACHEDIR = {"Set the cache directory of packages.", os.getenv("XMAKE_PKG_CACHEDIR")},
XMAKE_PKG_INSTALLDIR = {"Set the install directory of packages.", os.getenv("XMAKE_PKG_INSTALLDIR")}}
local width = 24