Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build an instrumented binary with cargo pgo

Jim Fasarakis-Hilliard edited this pageJun 13, 2023 ·2 revisions

NOTE TO SELF: Simple set of steps to build with instrumentation information -> pgo -> win. Most of the steps will be calls tocargo pgo, main issue is seeing if running the tests with--pgo will work just fine.

Dependencies

Steps

Build with instrumentation

Run tests, these guide the optimization

Running tests for instrumentation:

cargo run --release --features ssl,jit -- -mtest --pgo

NOTE TO SELF: This runs most of the tests but discards usual information that we might care on a normal run (i.e output etc).

Win

NOTE TO SELF: Maybe a small benchmark to see if this has an effect?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp