zed/crates/gpui/src
Dzmitry Malyshau 991c9ec441
Integrate profiling into gpui (#8176)
[Profiling](https://crates.io/crates/profiling) crate allows easy
integration with various profiler tools. The best thing is - annotations
compile to nothing unless you request a specific feature.

For example, I used this command to enable Tracy support:
```bash
cargo run --features profiling/profile-with-tracy
```
At the same time I had Tracy tool open and waiting for connection. It
gathered nice stats from the run:

![zed-profiler](https://github.com/zed-industries/zed/assets/107301/5233045d-078c-4ad8-8b00-7ae55cf94ebb)


Release Notes:
- N/A
2024-02-22 10:59:52 -08:00
..
app Vim: enable sending multiple keystrokes from custom keybinding (#7965) 2024-02-20 15:01:45 -07:00
elements recent projects: cleanup ui (#7528) 2024-02-19 14:37:52 +02:00
keymap Finish documenting GPUI 2024-01-22 19:33:45 -08:00
platform Integrate profiling into gpui (#8176) 2024-02-22 10:59:52 -08:00
text_system text rendering: support strikethroughs (#7363) 2024-02-07 16:51:27 +02:00
window Merge branch 'main' into kvark-linux 2024-02-07 11:52:44 -08:00
action.rs Vim: enable sending multiple keystrokes from custom keybinding (#7965) 2024-02-20 15:01:45 -07:00
app.rs Fix crash when closing last zed window (#8102) 2024-02-21 00:48:42 -05:00
arena.rs Log if element arena allocation is >80% 2024-01-24 11:03:28 +01:00
assets.rs Load embedded fonts directly from .rdata instead of cloning (#6932) 2024-01-29 10:06:57 +01:00
color.rs Add module documentation to GPUI and make gpui.rs example compile 2024-01-23 21:29:12 -08:00
element.rs Revert "Ensure that notify observations are sent during Window::draw()" 2024-01-24 10:50:52 -08:00
executor.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
geometry.rs Document geometry 2024-01-22 19:30:40 -08:00
gpui.rs Enable Blade on MacOS via "macos-blade" feature (#7669) 2024-02-16 13:39:40 -08:00
image_cache.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
input.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
interactive.rs Vim: enable sending multiple keystrokes from custom keybinding (#7965) 2024-02-20 15:01:45 -07:00
key_dispatch.rs chore: Bump Rust version to 1.76 (#7592) 2024-02-09 10:45:39 +02:00
keymap.rs chore: Bump Rust version to 1.76 (#7592) 2024-02-09 10:45:39 +02:00
platform.rs Add initial CI job for Windows target (#8088) 2024-02-21 00:35:29 +02:00
prelude.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
scene.rs Suppress related warnings, fix nanoid, and get the build green (#7579) 2024-02-08 09:32:53 -08:00
shared_string.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
shared_uri.rs Rework loading images from files (#7088) 2024-01-30 11:26:02 -05:00
style.rs Linux: Experiment with CosmicText based Text System (#7539) 2024-02-08 22:49:03 -08:00
styled.rs Replace full with size_full (#7888) 2024-02-15 22:26:49 -05:00
subscription.rs Switch Arc<Mutex<Keymap>> to Rc<RefCell<Keymap>>, a relic of the GPUI2 port. 2024-01-22 19:30:38 -08:00
svg_renderer.rs Document / lockdown more of GPUI 2024-01-21 14:26:45 -08:00
taffy.rs Revert "Upgrade to Taffy 0.4" (#7896) 2024-02-16 14:30:31 +01:00
test.rs Fix typos, mark docs related todos in GPUI 2024-01-21 14:28:40 -08:00
text_system.rs Linux: Experiment with CosmicText based Text System (#7539) 2024-02-08 22:49:03 -08:00
util.rs
view.rs Don't use stale layout when view cache is invalidated in GPUI (#7914) 2024-02-16 19:06:11 +01:00
window.rs Integrate profiling into gpui (#8176) 2024-02-22 10:59:52 -08:00