Hang diagnostics (#11190)
Release Notes: - Added diagnostics for main-thread hangs on macOS. These are only enabled if you've opted into diagnostics. --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
04cd8dd0f2
commit
0697b417a0
8 changed files with 721 additions and 356 deletions
|
@ -62,6 +62,7 @@ log.workspace = true
|
|||
markdown_preview.workspace = true
|
||||
menu.workspace = true
|
||||
mimalloc = "0.1"
|
||||
nix = {workspace = true, features = ["pthread"] }
|
||||
node_runtime.workspace = true
|
||||
notifications.workspace = true
|
||||
outline.workspace = true
|
||||
|
@ -84,6 +85,7 @@ smol.workspace = true
|
|||
tab_switcher.workspace = true
|
||||
task.workspace = true
|
||||
tasks_ui.workspace = true
|
||||
telemetry_events.workspace = true
|
||||
terminal_view.workspace = true
|
||||
theme.workspace = true
|
||||
theme_selector.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue