aboutsummaryrefslogtreecommitdiff
path: root/dexopt
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:50:54 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:50:54 -0800
commitcc05ad238516f1303687aba4a978e24e57c0c07a (patch)
tree1a76a42da1aa8e051171854df33a46e8025aeed9 /dexopt
parent89c1feb0a69a7707b271086e749975b3f7acacf7 (diff)
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'dexopt')
-rw-r--r--dexopt/OptMain.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/dexopt/OptMain.c b/dexopt/OptMain.c
index 7b6c58cd5..6383b0d30 100644
--- a/dexopt/OptMain.c
+++ b/dexopt/OptMain.c
@@ -408,6 +408,15 @@ bail:
//dvmLinearAllocDump(NULL);
+#if 0
+ {
+ extern int gDvm__totalInstr, gDvm__gcInstr, gDvm__gcData,
+ gDvm__gcSimpleData;
+ LOGI("GC DATA: totinst=%d, gcinst=%d, gcdata=%d simpled=%d\n",
+ gDvm__totalInstr, gDvm__gcInstr, gDvm__gcData, gDvm__gcSimpleData);
+ }
+#endif
+
free(bootClassPath);
LOGV("DexOpt command complete (result=%d)\n", result);
return result;