SQLiteSpeedTest性能測定 1.0.1 Icon

SQLiteSpeedTest性能測定

wtworks Tools
5
1 Ratings
50+
Downloads
1.0.1
version
Sep 22, 2016
release date
2.6 MB
file size
Free
Download

What's New

ヒートラン中広告の更新により性能が正しく図れなくなる問題の対応

About SQLiteSpeedTest性能測定 Android App

Cordova 4.3.0にてアプリを作成、SQLiteプラグインを使用しています。

アプリケーション起動時に
 mytest.dbを作成し、
 CREATE TABLE MY_TEST_TABLE( TESTDATA nchar(32) NOT NULL );
を実行する。

Start押下時に
 INSERT INTO MY_TEST_TABLE (TESTDATA) VALUES ('12345678901234567890123456789012');
 を実行して、insertの時間を計測する。
 その後、
 SELECT * FROM MY_TEST_TABLE;
 を実行して、selectの時間を計測する。

Heatrun押下時はStartの処理を繰り返します。

アプリケーションをアンインストールすることで、DBも削除されることは確認済みです。Create an app in Cordova 4.3.0, I am using SQLite plug-ins.

On application startup
Create a mytest.db,
CREATE TABLE MY_TEST_TABLE (TESTDATA nchar (32) NOT NULL);
Me to run.

When Start is pressed
INSERT INTO MY_TEST_TABLE (TESTDATA) VALUES ('12345678901234567890123456789012');
Run, and to measure the time of the insert.
And then,
SELECT * FROM MY_TEST_TABLE;
Run, and to measure the time of the select.

Heatrun depressed when I repeat the process of Start.

Be to uninstall the application, that DB is also deleted is confirmed.

Other Information:

Package Name:
Requires Android:
Android 2.3.4+
Other Sources:
Category:

Download

This version of SQLiteSpeedTest性能測定 Android App comes with one universal variant which will work on all the Android devices.

Variant
10001
(Sep 22, 2016)
Architecture
universal
Minimum OS
Android 2.3.4+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of SQLiteSpeedTest性能測定 Android App, We have 1 version in our database. Please select one of them below to download.

Loading..