I am in the process of developing an AR Framework of my own. However, I need to benchmark the latencies / communication overhead of existing AR frameworks such as Google AR Core and Apple AR Kit on a mobile device. The communication overhead / latencies may include but not limited to following tasks:
- time taken for the AR application to communicate with cloud
- time taken for the AR application to start / re-start
Is there a defined process to find involved latencies / overheads similar to as we can use Batterystats to profile energy consumption of a mobile device? Are there any tools/ applications can be used to help find the latency / communication overhead benchmarks?