Home
last modified time | relevance | path

Searched refs:startAPKTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DPackage.cpp56 long startAPKTime = clock(); in writeAPK() local
213 …fprintf(stdout, "BENCHMARK: End APK Bundling. Time Elapsed: %f ms \n",(clock() - startAPKTime)/100… in writeAPK()