OSDN Git Service

ART: Make dex2oat timing a bit more granular
authorAndreas Gampe <agampe@google.com>
Wed, 16 Sep 2015 03:04:54 +0000 (20:04 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 16 Sep 2015 03:04:54 +0000 (20:04 -0700)
commitc7ae55d1753c1a684dd5c39e2f0c7b11dc0a0fdd
treef33eae042d4c11c5fc06984aa0a045de25dcf716
parent1a1d77f7f8cdc892a59b1618b5bd8fea269354cb
ART: Make dex2oat timing a bit more granular

Add scoped timing for runtime creation and dex file opening. Allows
comparing (JIT) compile time to specific overhead inherent to all
compilations.

Bug: 24103765
Change-Id: I1f83daa7015745bffa0cec3a3357b045c8493d6a
dex2oat/dex2oat.cc