wdv4758h / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Env var to enable cpu profile should be "CPUPROFILE" in profile.h head desc #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
The guide desc in the file(src/gperftools/profile.h) is not consistent with the 
code implementation. To enable cpu profile, the env var should be "CPUPROFILE", 
not "PROFILE" actually.

What is the expected output? What do you see instead?
"PROFILE" should be "CPUPROFILE"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by zhsBer...@gmail.com on 26 Jun 2014 at 2:39