Dhruv Kumar
Dhruv Kumar
I set the PPROF_BINARY_PATH to the binary file which I used for profiling and ran the following command: `pprof --text sbmpart_prof.txt` I see that `unrecognized profile format` error is gone...
Also, how do I make sure that the local binutils are enabled and their licenses are enabled? Does the `nm sbmpart` output in the above comment say that they are...
`file /Users/AkhilaRasamrtaMurthih/work/GraphChallenge/stochastic-block-partition/./sbmpart` says the following: `/Users/AkhilaRasamrtaMurthih/work/GraphChallenge/stochastic-block-partition/./sbmpart: Mach-O 64-bit executable x86_64`
Thanks for your reply @rauls5382 Why do you think that the profile has multiple overlapping mappings? The lines which you pointed out seem to have disjoint address ranges. Isn't this...
@rauls5382 Here is the output of `objdump -private-headers sbmpart` ``` sbmpart: file format Mach-O 64-bit x86-64 Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags MH_MAGIC_64 X86_64 ALL LIB64...
@rauls5382 Here is the output of `llvm-symbolizer`: ``` LLVM (http://llvm.org/): LLVM version 5.0.1 Optimized build. Default target: x86_64-apple-darwin17.2.0 Host CPU: broadwell ```
@rauls5382 I also get the partial profiling results as you have got. My concern is why pprof throws the below errors. Here is my output again when I run `pprof...
what is meant by ``` Some binary filenames not available. Symbolization may be incomplete. Try setting PPROF_BINARY_PATH to the search path for local binaries. File: libobjc.A.dylib ```
@ekamperi try installing `itk` dependency before running the `python setup.py install` for `pyradiomics`. Steps to follow 1. `pip install itk` 2. `python setup.py install` This fixed the bug for me....