Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D8FC110F6 for ; Mon, 25 Aug 2014 21:18:55 +0000 (UTC) Received: (qmail 77935 invoked by uid 500); 25 Aug 2014 21:18:54 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 77894 invoked by uid 500); 25 Aug 2014 21:18:54 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 77880 invoked by uid 99); 25 Aug 2014 21:18:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 21:18:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of n.parashuram@gmail.com designates 209.85.223.175 as permitted sender) Received: from [209.85.223.175] (HELO mail-ie0-f175.google.com) (209.85.223.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 21:18:50 +0000 Received: by mail-ie0-f175.google.com with SMTP id x19so10588643ier.34 for ; Mon, 25 Aug 2014 14:18:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=tfzAJFdtPg6ebJizSHLiiOSd73b0SU0zfJTEHlruPaA=; b=XlKsr45ODKbHKQEK8umGWjTGVwsfUBw9QgWEHS2sfQxhR3YfHBSu1S0nopyTt8gpIo 1G9x8iLjtAl5AnsUDez/yZ1cGOP2lSM8wLRPrqAdJPH1nUMD3GXS+ejaADw4v5a3GoJ6 YnVFW3ctUpswNKnBMpsKvLiHOg9Ol12WezVnYU6ogXSif9PgUGR/NVixv/1SPYN13B0X VtJgxqvYBJSnOAHHqmpx+HwUwVWhEQF/I8dAs3/wWIS+hj7WMxUaB5xS6hH8p+ZA+NMK VxLtayz5aL3JYgu/zRlV6hA8tPLRpZ3WkXoepYQwNwFuqfXxmWQhd5HF23Q5Sy0Pf5Xo mrkw== X-Received: by 10.50.102.73 with SMTP id fm9mr17942549igb.44.1409001509762; Mon, 25 Aug 2014 14:18:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.8.196 with HTTP; Mon, 25 Aug 2014 14:18:14 -0700 (PDT) From: Parashuram Date: Mon, 25 Aug 2014 14:18:14 -0700 Message-ID: Subject: GPU Profile tracing in Cordova Apps To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=047d7b10c8477a3eff05017abaf8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10c8477a3eff05017abaf8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I am working on a performance framework ( http://github.com/axemclion/browser-perf) and was looking at ways to start the GPU profile on Cordova Android apps. To read about:tracing information for Chrome, I can do $ adb shell am broadcast -a com.android.chrome.GPU_ PROFILER_START -e categories "benchmark" -e continuous "" =E2=80=8BIn case of Amazon's =E2=80=8Bport of Chromium, I use $ adb shell am broadcast -a com.android.org.chromium.action.PROFILE_START.< package.name> =E2=80=8BHowever, for Cordova Webview apps, the following does not seem to = work =E2=80=8B $ =E2=80=8Badb shell am broadcast -a io.cordova.hellocordova.GPU_PROFILER_S= TART Am I missing something obvious, or is the webview implemented differently? I am starting to look at the source but was hoping that the experts on this list could point me to the right direction. =E2=80=8B Parashuram http://nparashuram.com --047d7b10c8477a3eff05017abaf8--