Skip to content

Current state of performance #610

Open

Description

Here is a yappi graph of Pylint running against pycodestyle.py:

yappi

The numbers in the boxes are (1) the percentage of time spent in that function including its subcalls, (2) the percentage of time spent in that function excluding subcalls, and (3) the number of times the function is called.

The boxes are colored according to (2), with "hotter" colors taking more time and "cooler" colors taking less. Red is bad!

Note that the graph will be influenced to some degree by the targeted file, and could be different for different targets (larger repos, code with heavy use of certain features, etc).

This isn't a specific issue, but I didn't want to hijack another issue with this, and it seems like something that would be of interest to everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions