#Can one output a *.tracy file directly, similar to how one can output *.json Chrome trace directly?

7 messages · Page 1 of 1 (latest)

analog aurora
#

Running

cargo run --release --features bevy/trace_chrome

produces a *.json Chrome trace directly. Is it possible to do something similar using cargo run --release --features bevy/trace_tracy? I don't want to live connect to my app using tracy

#

The profiling.md document seems to suggest that this is not possible

#

but i am hoping it is just missing something

odd tusk
#

From the link:
It has a command line capture tool that can record the execution of graphical applications, saving it as a profile file.
In one terminal, run: ./capture-release -o my_capture.tracy

#

still an app that connects but not the main gui one

analog aurora