Skip to content
Discussion options

You must be logged in to vote

wgpu_trace is mostly for debugging purposes. It's not meant for profiling your app. Bevy's profiling guide does not mention it.

Tracy will give you CPU timing spans. A sampling profiler (e.g. perf) will give you more detailed CPU performance info. GPU timestamps will give you GPU timing spans. GPU profilers (e.g. NSight or RGP) will give you more detailed GPU performance info.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davids91
Comment options

Answer selected by davids91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants