commit | 565b62f354d8b6aadc760092a7dbf483f8bbbe17 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Thu Mar 08 12:58:40 2012 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Thu Mar 08 12:58:40 2012 -0800 |
tree | cac45695e44bb7794fa3a7e45609ad4da7ad8415 | |
parent | 2ff5293c7b60b78eeefceb7053edc39ebafbe8d4 [diff] |
Use wall time instead of CPU time for performance log Apparently what currentThreadTimeMillis() returns is the CPU time, not wall time, which is not really interesting when we measure performance. Use the actual wall time instead. Change-Id: Ibe2e385ff1bdeeb1128a584c79925210dde5525a