[Doc] Minor clean up on linux_profiling.md (#281)

This commit is contained in:
Darío Hereñú 2018-03-12 14:15:47 -03:00 committed by Kongqun Yang
parent 5fee0391fb
commit d7ddf593c5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ variable `CPUPROFILE` set to a filename. For example:
The cpu profile will be dumped periodically to the filename specified in the The cpu profile will be dumped periodically to the filename specified in the
CPUPROFILE environment variable. You can then analyze the dumps using the pprof CPUPROFILE environment variable. You can then analyze the dumps using the pprof
script (packager/third_party/tcmalloc/chromium/src/pprof). For example, script (`packager/third_party/tcmalloc/chromium/src/pprof`). For example,
pprof --gv out/Release/packager /tmp/cpuprofile pprof --gv out/Release/packager /tmp/cpuprofile