| commit | 8b258bfd8562edf1306ea6a5642595186f1f3f36 | [log] [tgz] |
|---|---|---|
| author | Ben Cheng <bccheng@android.com> | Wed Jun 24 17:27:07 2009 -0700 |
| committer | Ben Cheng <bccheng@android.com> | Wed Jun 24 17:27:07 2009 -0700 |
| tree | 7427977a2a4fded0064f3ecd5b17c13610ab61a2 | |
| parent | ef00a85e7f148f044b14942aa09204e2d0d72738 [diff] [blame] |
Collect per-method code size statistics to show compiled vs overall Dalvik portion and total native code size.
diff --git a/vm/compiler/codegen/armv5te/Codegen.c b/vm/compiler/codegen/armv5te/Codegen.c index b272e48..10589e1 100644 --- a/vm/compiler/codegen/armv5te/Codegen.c +++ b/vm/compiler/codegen/armv5te/Codegen.c
@@ -3228,7 +3228,7 @@ } } if (strlen(buf)) { - LOGD("dalvik.vm.jitop = %s", buf); + LOGD("dalvik.vm.jit.op = %s", buf); } }