English 中文(简体)
Android Power Profiles
原标题:Android Power Profiler

我需要对甲状腺应用进行动力测量。 我尝试了“权力辅导员”,每份申请都提供电力消耗。 然而,我不知道它的读物是多么准确的。 是否有任何人知道它是如何准确的?

此外,我还利用DDMS来说明 and的应用情况。 我获得这些过程的记忆。 是否有办法可以知道安的每个过程的电力消耗? (粗略估计?) 还是不可能?

I really need to perform "power" profiling for android applications but I don t know how.

问题回答

在我关于测量安伯斯电力消耗的学术研究中,我们利用电力供应, h到能够输出电压和向PC投射的电话电池终端。 无需评估才能取得基线,然后对照测量与运行情况进行比较。 它不是极其准确的,而是我们如何知道的最佳方式。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签