3

I am going to perform a comparative analysis against two AR application built respectively in:

  1. JavaScript and HTML5 (Mobile Web-App), and:
  2. Java (Mobile App)

Could you please advise me as to what tools/methods should I use to measure things like:

  • Application start time, or:
  • Time needed to refresh the displayed 3D model

Thank you for your attention.

Chris Garm
  • 63
  • 6

1 Answers1

1

For measurement of Application Start up time in Android See here.

For measurement of page load time see here

on Android you could use WebDevTools: See here

Community
  • 1
  • 1
prem30488
  • 2,828
  • 2
  • 25
  • 57