FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make default release mode build a "profiling" build · Issue #117 · mapbox/node-cpp-skel · GitHub

/ node-cpp-skel Public template

Make default release mode build a "profiling" build #117

Description

For the ability to profile our code with perf (and to generate the most readable flamegraphs) it is important to:

  • Compile with -fno-omit-frame-pointer (unless the compiler already defaults to using this flag?)
  • Compile with some debug symbols (unless you don't need detailed stack traces of your node module)

Doing this would move node-cpp-skel to doing a "profiling" build by default: https://github.com/mapbox/cpp/blob/master/glossary.md#profiling-build.

We can accomplish this by applying something like mapnik/node-mapnik#804 to node-cpp-skel.

refs https://twitter.com/brendangregg/status/472869470675795968

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL