Skip to content

No function names in results (on OS X) #5

Description

@holdenmatt

Hi!

I'm trying to get this working on OS X 10.11.6. It seems to build and work, but no function names are included in the results. Everything is collapsed under mandelbrot as a single entry (see below).

Any way to use this on OS X, or is it Linux only?

Thanks!

Matts-MacBook-Pro:mandelbrot holden$ go tool pprof target/debug/mandelbrot cpu.prof
Local symbolization failed for libsystem_platform.dylib: open /usr/lib/system/libsystem_platform.dylib: unrecognized object file
Local symbolization failed for libsystem_m.dylib: open /usr/lib/system/libsystem_m.dylib: unrecognized object file
Local symbolization failed for libdyld.dylib: open /usr/lib/system/libdyld.dylib: unrecognized object file
Entering interactive mode (type "help" for commands)
(pprof) top 10
6.92s of 6.92s total (  100%)
      flat  flat%   sum%        cum   cum%
     6.60s 95.38% 95.38%      6.91s 99.86%  [mandelbrot]
     0.31s  4.48% 99.86%      0.32s  4.62%  [libsystem_m.dylib]
     0.01s  0.14%   100%      0.50s  7.23%  [libsystem_platform.dylib]
         0     0%   100%      5.47s 79.05%
         0     0%   100%      5.47s 79.05%  [libdyld.dylib]
         0     0%   100%      0.21s  3.03%  [libprofiler.0.dylib]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions