You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that we should probably not add "debugger" as a permission in the extension manifest, but as an optional_permissions that we request at runtime if someone tries to use the new profiler functionality.
The text was updated successfully, but these errors were encountered:
@NishantChandla You're welcome to work on this task if it interests you, but it would have to be an unguided effort. (I don't have bandwidth to guide anyone through it beyond what the description already states.)
Wire up the Profiler's start/stop record button for the new scheduling profiler (#21866).
See this POC by @taneliang as a reference / starting point.
Note that we should probably not add "debugger" as a
permission
in the extension manifest, but as anoptional_permissions
that we request at runtime if someone tries to use the new profiler functionality.The text was updated successfully, but these errors were encountered: