Native Profiling CPython
- Native profiling (C stack) is included in the profile (using libunwind)
for Linux & Mac - Windows 64bit support (no native profiling)
- The platform that reads the profile can be different from the platform
that generated it - vmprof.com updates to the flamegraph and general style changes
- Documentation updates