开发者

Android performance testing [duplicate]

This question already has answers here: Closed 10 years ago.

Possible Duplicate:

How to test the performance of an Android application?

The test cases on launch performance in android source code are extending android.test.LaunchPer开发者_如何学JAVAformanceBase but i can not able to make use of that class in my application test cases... Do anybody knows how to make use of that class?

These performance test cases are present in development/apps/launchperf, please look into these test cases and give me the idea.


If the class isn't publicly available in the SDK (which it isn't), then it's not really intended for use.

You could refer to this question for some information about Android performance testing:
How to test the performance of an Android application?

That should allow you to measure specific parts of your application performance, including its launch performance.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜