Skip to content

Profiling user code #10628

@ViralBShah

Description

@ViralBShah

Our profiler currently gives a bunch of output that goes deep into the base library. Often, users are just profiling their own code, and just want to look at which of their lines are consuming time. It is daunting to see the profiling information for all the internals.

I believe it should be easy enough for us to just provide profiling info on user code, avoid printing the lines that are in Base or other modules, and have an optional argument to include that information.

Ideally, I would love to see profiling information for my own code, and my own modules, and not Pkg installed modules and Base. I don't know if we can easily implement that, unless we scan METADATA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedIndicates that a maintainer wants help on an issue or pull request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions