Skip to content

Add instruction-level profiling report #53

@morganthomas

Description

@morganthomas

The profiling report provides instruction counts for each function. This is useful, but it would also be useful to have a profiling report which states how many times each instruction in the compiled code is executed. This would help when it comes to identifying hot spots inside functions. Such a report should be easily generated from the execution history. This instruction-level profiling report can be integrated with the object code pretty-printing, extended with #51, for easier reading.

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