Skip to content

Instantly share code, notes, and snippets.

@jinqian
Created July 12, 2013 13:05
Show Gist options
  • Select an option

  • Save jinqian/5984310 to your computer and use it in GitHub Desktop.

Select an option

Save jinqian/5984310 to your computer and use it in GitHub Desktop.
long startTime = System.currentTimeMillis();
long endTime = System.currentTimeMillis();
Log.d("Benchmark", "Json decode execution time: " + (endTime - startTime) + "ms");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment