Firefox-Profiler as UI for VMProf
Project description
vmprof-firefox-converter
Install the converter with pip:
python -m pip install vmprof-firefox-converter
View vmprof profiles in Firefox Profiler by converting them:
python -m vmprofconvert -convert profile.prof
python -m vmprofconvert -convert profile.zip
or run vmprof directly:
python -m vmprofconvert -run yourcode.py <args>
optional arguments:
-jitlog <profile.jit> use jitlog data (only for converting vmprof data)
-pypylog <profile.pypylog> use pypylog data (only for converting vmprof data)
--zip export sharable zip (only for running vmprof)
--nobrowser dont open firefox profiler
--nonative disable native profiling (only for running vmprof)
--nolines disable line profiling (only for running vmprof)
cpuburn code can be found here
Example PyPy run-and-convert w. jitlog & pypylog
$ PYPYLOG=profile.pypylog python -m vmprof --jitlog -o profile.prof <remaining vmprof args...>
...
$ python -m vmprofconvert -convert profile.prof -jitlog profile.prof.jit -pypylog profile.pypylog
- supports CPython and PyPy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vmprof_firefox_converter-0.1.2.tar.gz.
File metadata
- Download URL: vmprof_firefox_converter-0.1.2.tar.gz
- Upload date:
- Size: 985.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
056f762d09884770c7dd80675e85a7195fbd199bf122b40ec0b310c79b97b8cd
|
|
| MD5 |
098e8e55205c44693511d01a4539ea60
|
|
| BLAKE2b-256 |
5e3ddbc9f60f1764558788732f54e60144a8478eac0d28ec8b53b81f6915fc09
|
File details
Details for the file vmprof_firefox_converter-0.1.2-py3-none-any.whl.
File metadata
- Download URL: vmprof_firefox_converter-0.1.2-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a3c5645cfc36df959f7493353d5a91ba4b1cb6f7f80d37d1e1565d2415916fd
|
|
| MD5 |
5ee3b49e32d7e25218868c8ef66bf772
|
|
| BLAKE2b-256 |
939f612238180194220a26baeddd4ce72797740bbff898689ed430f94e9dc6dd
|