Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
Cannot get CPU profile via xctrace
Thank you for an answer. i did what you told but for some reason tracing process just hangs out.
❯ xctrace record --template 'Preconfigured CPU Counters' --launch -- ./target/release/deps/flower-8140bd4c6b5d1486
Starting recording with the Preconfigured CPU Counters template. Launching process: flower-8140bd4c6b5d1486.
... nothing happened here for more than 20 minutes since I ran it
OTOH running it normally finishes almost immediately:
❯ time ./target/release/deps/flower-8140bd4c6b5d1486
./target/release/deps/flower-8140bd4c6b5d1486 0.02s user 0.01s system 130% cpu 0.023 total
Can I do anything to make trace end with results here?