vmprof-python icon indicating copy to clipboard operation
vmprof-python copied to clipboard

vmprof - a statistical program profiler

Results 77 vmprof-python issues
Sort by recently updated
recently updated
newest added

When we call redirect_call_assembler (redirecting from tmp token to something else) we don't record the information "by the way this got updated". This leaves us with call_assembler that cannot be...

There are many flamegraph tools out there that support the flamegraph file format, it would be nice if vmprof could natively support them.

Just noticed there was a new release of vmprof. Looked for a changelog under https://pypi.python.org/pypi/vmprof, https://vmprof.readthedocs.org/, and https://github.com/vmprof/vmprof-python, but didn't find any. Went to https://github.com/vmprof/vmprof-python/releases in hopes of seeing this...

It makes vmprof run the specified program with `runpy.run_module` instead of `runpy.run_path`.

The standard library now has [timezone support](https://docs.python.org/3.9/library/zoneinfo.html#module-zoneinfo), and there's a [backport](https://github.com/pganssle/zoneinfo) for versions < 3.9, so the `pytz` dependence is not needed and can be removed. See related discussions in...

Logs ``` Building wheels for collected packages: vmprof Building wheel for vmprof (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─>...

This started just to remove the `six` dependency, but includes some additional cleanups. In `setup.py` `vmprof` advertises `python_requires='>=3.6,