Add literal backticks
This commit is contained in:
+4
-3
@@ -162,17 +162,18 @@ STPROFILER
|
|||||||
STCPUPROFILE
|
STCPUPROFILE
|
||||||
Write a CPU profile to cpu-$pid.pprof on exit.
|
Write a CPU profile to cpu-$pid.pprof on exit.
|
||||||
STHEAPPROFILE
|
STHEAPPROFILE
|
||||||
Write heap profiles to heap-$pid-$timestamp.pprof each time heap usage
|
Write heap profiles to ``heap-$pid-$timestamp.pprof`` each time heap usage
|
||||||
increases.
|
increases.
|
||||||
STBLOCKPROFILE
|
STBLOCKPROFILE
|
||||||
Write block profiles to ``block-$pid-$timestamp.pprof`` every 20 seconds.
|
Write block profiles to ``block-$pid-$timestamp.pprof`` every 20 seconds.
|
||||||
STPERFSTATS
|
STPERFSTATS
|
||||||
Write running performance statistics to perf-$pid.csv. Not supported on
|
Write running performance statistics to ``perf-$pid.csv``. Not supported on
|
||||||
Windows.
|
Windows.
|
||||||
STNOUPGRADE
|
STNOUPGRADE
|
||||||
Disable automatic upgrades.
|
Disable automatic upgrades.
|
||||||
GOMAXPROCS
|
GOMAXPROCS
|
||||||
Set the maximum number of CPU cores to use. Defaults to all available CPU cores.
|
Set the maximum number of CPU cores to use. Defaults to all available CPU
|
||||||
|
cores.
|
||||||
GOGC
|
GOGC
|
||||||
Percentage of heap growth at which to trigger GC. Default is 100. Lower
|
Percentage of heap growth at which to trigger GC. Default is 100. Lower
|
||||||
numbers keep peak memory usage down, at the price of CPU usage
|
numbers keep peak memory usage down, at the price of CPU usage
|
||||||
|
|||||||
Reference in New Issue
Block a user