Skip to content

Add primitive that takes a task then resets and starts the profiler, runs the task, stops the profiler, and reports the results #4

@qiemem

Description

@qiemem

It would be equivalent to:

to-report profile [ task ]
  profiler:reset
  profiler:start
  run task
  profiler:stop
  report profiler:report
end

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