pycallgraph2 icon indicating copy to clipboard operation
pycallgraph2 copied to clipboard

pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.

Results 23 pycallgraph2 issues
Sort by recently updated
recently updated
newest added

Changes: - changed output format of graphviz.py from png --> svg - renamed mention of output file in README.md accordingly Explanation: svg (scalable vector graphics) usually lead to a smaller...

extra quotation marks cause silent failure on windows with invisible "The system cannot find the path specified."

Replacing xrange for range in examples files for Python2 and Python3 compatibility issues.

The graph that I created output an image of size 32767x3822 pixels. The words however are still blurry even when zoomed in all the way. I tried looking through the...

what is the meaning of different colored boxes, and what is the difference between them?

Is this project still live? I'm having an issue getting it going. Docs say to run pycallgraph2 but this doesn't exist, and running pycallgraph instead produces the error "No module...

If the output file name provided to GraphViz contains space character, only the part up to the space ends up as the file name. Workaround involves taking file name into...

I want to exclude modules like torch from being included in the analysis. In the original pycallgraph there was a flag -e/--exclude that you could use to exclude modules. This...

PS C:\yk_repo\yk_coding\pycallgraph2> python Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>>...