-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch internal instrumentation macros to use profiling crate instead, allowing instrumentation with different profilers #5150
base: master
Are you sure you want to change the base?
Commits on Sep 22, 2024
-
Convert custom profiling function and scope abstractions in epaint to…
… profiling crate
Configuration menu - View commit details
-
Copy full SHA for 5d7060c - Browse repository at this point
Copy the full SHA 5d7060cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e38bb4 - Browse repository at this point
Copy the full SHA 7e38bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a64e6 - Browse repository at this point
Copy the full SHA 96a64e6View commit details -
Convert custom profiling function and scope abstractions in egui-glow…
… to profiling crate
Configuration menu - View commit details
-
Copy full SHA for ba0fb95 - Browse repository at this point
Copy the full SHA ba0fb95View commit details -
Convert custom profiling function and scope abstractions in egui-wgpu…
… to profiling crate
Configuration menu - View commit details
-
Copy full SHA for 65ed0d8 - Browse repository at this point
Copy the full SHA 65ed0d8View commit details -
Convert custom profiling function and scope abstractions in egui-extr…
…as to profiling crate
Configuration menu - View commit details
-
Copy full SHA for 6f44f71 - Browse repository at this point
Copy the full SHA 6f44f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1fe36 - Browse repository at this point
Copy the full SHA 8c1fe36View commit details -
Convert custom profiling function and scope abstractions, and puffin …
…new frame usage in eframe to profiling crate
Configuration menu - View commit details
-
Copy full SHA for 0775067 - Browse repository at this point
Copy the full SHA 0775067View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5dec2c - Browse repository at this point
Copy the full SHA a5dec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f327f85 - Browse repository at this point
Copy the full SHA f327f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for f177a29 - Browse repository at this point
Copy the full SHA f177a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21a5c7 - Browse repository at this point
Copy the full SHA d21a5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08c82b - Browse repository at this point
Copy the full SHA b08c82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5777057 - Browse repository at this point
Copy the full SHA 5777057View commit details -
Configuration menu - View commit details
-
Copy full SHA for c023e83 - Browse repository at this point
Copy the full SHA c023e83View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cccf8a - Browse repository at this point
Copy the full SHA 3cccf8aView commit details -
Merge remote-tracking branch 'upstream/master' into pr/profiling-crate
# Conflicts: # crates/egui-wgpu/src/renderer.rs
Configuration menu - View commit details
-
Copy full SHA for c981259 - Browse repository at this point
Copy the full SHA c981259View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad4dc3b - Browse repository at this point
Copy the full SHA ad4dc3bView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 383dc6e - Browse repository at this point
Copy the full SHA 383dc6eView commit details
Commits on Oct 27, 2024
-
Merge branch 'master' into pr/profiling-crate
# Conflicts: # Cargo.lock # crates/egui-winit/Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for b16593f - Browse repository at this point
Copy the full SHA b16593fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1309d7 - Browse repository at this point
Copy the full SHA b1309d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e866c67 - Browse repository at this point
Copy the full SHA e866c67View commit details -
Fix regressions caused by initial switch to procedural macros, and ma…
…ke formatting more consistent with current state
Configuration menu - View commit details
-
Copy full SHA for 23c15a7 - Browse repository at this point
Copy the full SHA 23c15a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e37c17 - Browse repository at this point
Copy the full SHA 4e37c17View commit details -
Ignore profiling dependency from cargo machete. It looks unused, as i…
…t's only referenced in order to enable it's features which causes instrumentation to be emitted
Configuration menu - View commit details
-
Copy full SHA for a6dc835 - Browse repository at this point
Copy the full SHA a6dc835View commit details -
Merge branch 'master' into pr/profiling-crate
# Conflicts: # Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for b7dbd7a - Browse repository at this point
Copy the full SHA b7dbd7aView commit details -
Fix compilation error after syncing with master by replacing a new us…
…age of crate::profile_function!()
Configuration menu - View commit details
-
Copy full SHA for c51b193 - Browse repository at this point
Copy the full SHA c51b193View commit details -
Replace more usages of built in profiling macro with profiling crate …
…one after merging with master
Configuration menu - View commit details
-
Copy full SHA for 088161c - Browse repository at this point
Copy the full SHA 088161cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 051b3ba - Browse repository at this point
Copy the full SHA 051b3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e2db6 - Browse repository at this point
Copy the full SHA 13e2db6View commit details