Skip to content

vmprofshow --filter could use some explanation, and maybe be different #155

@boxed

Description

@boxed

When asking vmprofshow --help you get this:

  --filter FILTER

that's not very helpful! I read the code:

if self.filter is None or funname.find(self.filter) != -1:
to find out what it does and it's not terribly useful of a filter. It won't let me target the path and that's what can separate my code from lib code. (Plus what's with "find" instead of "x in y"? :P )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions