0

I've created 2 versions of a Google Maps application - one with Dart and one with JavaScript code compiled from the original Dart code. I run both of these locally on my computer not on the public internet and I am looking for a way to record the loading speed of each to compare them is there a way of doing this or service/program that does this?

1 Answers1

2

Chrome has a decent profile in the dev tools that can give you fine-grain timings like this:

Chrome profiling

There's an article on how to use this on the Chrome developer site, here.

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275