Use of the --cpu-profiler option will not build; gets a link error.
This is mongodb 2.2.0
I had to patch the SConscript file in src/mongo
That patch is attached.
Once built, I find the output from Google perftools pretty useless, e.g. most of the time is spontaneous calls to "memcpy" on a simple bulk-insert intensive script. Is anyone at all using the CPU profiler feature? Looks like not.
- related to
-
SERVER-14581 mongod doesn't compile with cpu-profiler option
- Closed