Recent Releases of https://github.com/vmprof/vmprof-python
https://github.com/vmprof/vmprof-python - Bugfix release
- registervirtualfunction cannot exhaust the buffers any more
- do not write over the boundary of the buffer that contains the stack trace
- print better warnings when the program run is too short
- add vmprof.isenabled/vmprof.getprofile_path
- Pull request (only needed symbols), do not log function names that are not in the profile
- Better descriptor checks (e.g. cannot give a non writable fd to vmprof.enable)
- Warn user if vmprof file is bigger than 100 MB and uploaded to vmprof.com (might be rejected)
- Source distribution includes dwarf.def and other files required to build
- osx: dlopen+dlsym not used for libunwind (use standard way to link to libunwind)
- C
Published by planrich almost 9 years ago
https://github.com/vmprof/vmprof-python - Bugfix release
- pypy support to native profiling
- dumping native symbols is not implemented in C (to not maintain a C and a Python version)
- samplestacknow has an optional paramter 'skip' which skips a certain amount of native frames
- win64 + cpython 3.6 compilation issue solved
- dynamic loading of libunwind symbols (to support pypy)
- added sqlite sample file
- do not overwrite base_headers for http requests if authorization is provided
- C
Published by planrich almost 9 years ago
https://github.com/vmprof/vmprof-python - Bugfix release
Serveral enhancements - #116 vmprof hangs when multiple threads frequently release/acquire the GIl - #118 vmprofshow breaks on multiline dictionary comprehensions - PyPy jit log issues
- C
Published by planrich about 9 years ago
https://github.com/vmprof/vmprof-python - PyPy hotfix for 0.4.0
- C
Published by planrich about 9 years ago
https://github.com/vmprof/vmprof-python - 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
- C
Published by planrich about 9 years ago
https://github.com/vmprof/vmprof-python - Jitlog Source Code (bugfix)
- Invoking
... -m vmprof --jitlog ...did not upload source snippets to the remote server
- C
Published by planrich over 9 years ago
https://github.com/vmprof/vmprof-python - Native Code Samples (Bugfix)
- Signals arriving while spent in native code (GIL released) often did not sample the correct stack (Linux, Mac)
- C
Published by planrich over 9 years ago
https://github.com/vmprof/vmprof-python - 0.3.7
- GZip compression of vmprof files
- Improved Exception handling and displaying on vmprof-server
- C
Published by planrich over 9 years ago