I'm trying to use webcore_test to execute performance tests, in particular measuring the speed of page loads for numerous websites. I've built webcore_test after including external/webkit/perf to the android build. I used adb push to copy it to the system. When I run the executable using adb shell, I get the following output:
# ./webcore_test d virtual void WebCore::Widget::show() void WebCore::ScriptController::updatePlatformScriptObjects() void WebCore::ScriptController::updatePlatformScriptObjects() void WebCore::ScriptController::updatePlatformScriptObjects() Not sure where this output is coming from. From looking at the code it would seem that it should prompt for a web address then load it in a webview and save the image to the sdcard. What is going on here? How do I use this command line utility properly? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en