definitions fixed

This commit is contained in:
Erjan Gavalji
2015-03-03 10:34:40 +02:00
parent a03ce4ca1d
commit cc829e0152
705 changed files with 321431 additions and 148812 deletions

View File

@@ -0,0 +1,2 @@
import application = require("application");
application.mainModule = "app/LargeObjectArrayMemoryTest/mainPage";

View File

@@ -0,0 +1,25 @@
import pages = require("ui/page");
import labelModule = require("ui/label");
import common = require("../common");
import trace = require("trace");
import cn = require("console/console-native");
export function createPage() {
var count = 2000000;
var people = [];
var page = new pages.Page();
var label = new labelModule.Label();
page.content = label;
trace.write("Creating " + count + " objects.", trace.categories.Test, trace.messageType.info);
var startTime = cn.timeMillis();
for (var i = 0; i < count; i++) {
people[i] = new common.Person("John Doe", 33, 1234.56);
}
var elapsedTime = Math.round(cn.timeMillis() - startTime);
var message = "Created " + people.length + " objects in " + elapsedTime + " ms.";
trace.write(message, trace.categories.Test, trace.messageType.info);
label.text = message;
return page;
}

View File

@@ -0,0 +1,2 @@
{ "name" : "LargeObjectArrayMemoryTest",
"main" : "app.js" }

View File

@@ -0,0 +1,76 @@
Applications Memory Usage (kB):
Uptime: 10222102 Realtime: 64916112
** MEMINFO in pid 21049 [telerik.kimera.skeletonts] **
Pss Private Private Swapped Heap Heap Heap
Total Dirty Clean Dirty Size Alloc Free
------ ------ ------ ------ ------ ------ ------
Native Heap 3216 3184 0 0 6616 6004 119
Dalvik Heap 2564 1700 0 0 17872 17542 330
Dalvik Other 1437 1264 0 0
Stack 200 200 0 0
Other dev 629 624 4 0
.so mmap 5503 512 4048 0
.jar mmap 4 0 0 0
.apk mmap 40 0 0 0
.ttf mmap 34 0 0 0
.dex mmap 1531 20 896 0
Other mmap 7 4 0 0
Graphics 24928 24928 0 0
GL 5312 5312 0 0
Unknown 2952 2952 0 0
TOTAL 48357 40700 4948 0 24488 23546 449
Objects
Views: 8 ViewRootImpl: 1
AppContexts: 3 Activities: 1
Assets: 2 AssetManagers: 2
Local Binders: 6 Proxy Binders: 14
Death Recipients: 0
OpenSSL Sockets: 0
SQL
MEMORY_USED: 0
PAGECACHE_OVERFLOW: 0 MALLOC_SIZE: 0
Asset Allocations
zip:/data/app/telerik.kimera.skeletonts-1.apk:/resources.arsc: 1K

View File

@@ -0,0 +1,76 @@
Applications Memory Usage (kB):
Uptime: 10346688 Realtime: 65040697
** MEMINFO in pid 21692 [telerik.kimera.skeletonts] **
Pss Private Private Swapped Heap Heap Heap
Total Dirty Clean Dirty Size Alloc Free
------ ------ ------ ------ ------ ------ ------
Native Heap 3248 3216 0 0 6644 6002 149
Dalvik Heap 2731 1720 0 0 17904 17588 316
Dalvik Other 1350 1168 0 0
Stack 196 196 0 0
Other dev 629 624 4 0
.so mmap 13812 8800 4072 0
.jar mmap 4 0 0 0
.apk mmap 40 0 0 0
.ttf mmap 34 0 0 0
.dex mmap 1519 20 900 0
Other mmap 7 4 0 0
Graphics 24928 24928 0 0
GL 5312 5312 0 0
Unknown 43136 43136 0 0
TOTAL 96946 89124 4976 0 24548 23590 465
Objects
Views: 8 ViewRootImpl: 1
AppContexts: 3 Activities: 1
Assets: 2 AssetManagers: 2
Local Binders: 6 Proxy Binders: 14
Death Recipients: 0
OpenSSL Sockets: 0
SQL
MEMORY_USED: 0
PAGECACHE_OVERFLOW: 0 MALLOC_SIZE: 0
Asset Allocations
zip:/data/app/telerik.kimera.skeletonts-1.apk:/resources.arsc: 1K

View File

@@ -0,0 +1,76 @@
Applications Memory Usage (kB):
Uptime: 10378246 Realtime: 65072256
** MEMINFO in pid 21860 [telerik.kimera.skeletonts] **
Pss Private Private Swapped Heap Heap Heap
Total Dirty Clean Dirty Size Alloc Free
------ ------ ------ ------ ------ ------ ------
Native Heap 3324 3292 0 0 6732 6011 228
Dalvik Heap 2699 1688 0 0 17872 17587 285
Dalvik Other 1389 1208 0 0
Stack 200 200 0 0
Other dev 661 656 4 0
.so mmap 5530 516 4072 0
.jar mmap 4 0 0 0
.apk mmap 40 0 0 0
.ttf mmap 34 0 0 0
.dex mmap 1521 20 900 0
Other mmap 7 4 0 0
Graphics 24928 24928 0 0
GL 5312 5312 0 0
Unknown 88060 88060 0 0
TOTAL 133709 125884 4976 0 24604 23598 513
Objects
Views: 8 ViewRootImpl: 1
AppContexts: 3 Activities: 1
Assets: 2 AssetManagers: 2
Local Binders: 6 Proxy Binders: 14
Death Recipients: 0
OpenSSL Sockets: 0
SQL
MEMORY_USED: 0
PAGECACHE_OVERFLOW: 0 MALLOC_SIZE: 0
Asset Allocations
zip:/data/app/telerik.kimera.skeletonts-2.apk:/resources.arsc: 1K