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

Description

@qiemem

It would be equivalent to:

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

Activity

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

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