I have tried to measure the performance on the real iOS device with xtrace.
The command I used is as below:
xcrun xctrace record --device 'UDID' --template 'Time Profiler' --time-limit 1m --all-processes
However, when I ran the command, it ends immediately (before the time limit).
I confirmed that this command works fine on local machine and simulator.
Could you please let me know how can I get it to work on the real iOS device?
Enviromment:
The command I used is as below:
xcrun xctrace record --device 'UDID' --template 'Time Profiler' --time-limit 1m --all-processes
However, when I ran the command, it ends immediately (before the time limit).
I confirmed that this command works fine on local machine and simulator.
Could you please let me know how can I get it to work on the real iOS device?
Enviromment:
MacOS ver: 10.15.5
real iOS device ver: 13.4.1