We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compile times
cargo rustc -- -Zself-profile
cargo build --timings
GetCurrentThreadId
windows
cargo clean set MIRIFLAGS=-Zmiri-disable-isolation cargo miri run
warning: `animations` (lib) generated 2 warnings (run `cargo fix --lib -p animations` to apply 2 suggestions) Finished dev [unoptimized + debuginfo] target(s) in 0.36s Running `target\debug\game.exe` error: process didn't exit successfully: `target\debug\game.exe` (exit code: 0xc000001d, STATUS_ILLEGAL_INSTRUCTION) Illegal instruction
Runtime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compile times
cargo rustc -- -Zself-profile
followed by https://github.com/rust-lang/measureme/blob/master/flamegraph/README.mdcargo build --timings
GetCurrentThreadId
on OSwindows
" in winitRuntime
The text was updated successfully, but these errors were encountered: