diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:50:54 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:50:54 -0800 |
| commit | cc05ad238516f1303687aba4a978e24e57c0c07a (patch) | |
| tree | 1a76a42da1aa8e051171854df33a46e8025aeed9 /dexopt | |
| parent | 89c1feb0a69a7707b271086e749975b3f7acacf7 (diff) | |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'dexopt')
| -rw-r--r-- | dexopt/OptMain.c | 9 |
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; |
