{ "id": "110052", "key": "TIMOB-12829", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2013-02-22T22:09:27.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "performance" ], "versions": [], "issuelinks": [ { "id": "26246", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "inwardIssue": { "id": "110099", "key": "TIMOB-12842", "fields": { "summary": "2D image transforms are inconsistent between iOS and Android", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "26029", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "inwardIssue": { "id": "109966", "key": "TIMOB-12802", "fields": { "summary": "Android: Reduce JNI bridge calls used for string,object hashes", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "26027", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "inwardIssue": { "id": "107396", "key": "TIMOB-12212", "fields": { "summary": "Android: Optimize bridge-crossing instances in Titanium Mobile API", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "26120", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "110197", "key": "TIMOB-12852", "fields": { "summary": "Android: Collect profile data for Kroll layer", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } } ], "assignee": null, "updated": "2018-02-28T20:04:08.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Profile an app to determine the current bottlenecks. The profiling should be able to expose specifically JNI bridge information. (Matt/Blain)\r\n", "attachment": [ { "id": "35701", "filename": "2013-02-22_14-37-29.png", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-22T22:42:56.000+0000", "size": 84690, "mimeType": "image/png" } ], "flagged": false, "summary": "Profile JNI bridge crossings", "creator": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "239459", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[Screenshot|^2013-02-22_14-37-29.png] of the test app I wrote for iOS is crashing on Android. This is a good, simple app to measure representative bridge traffic, so I need to fix this to continue.", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-22T22:42:56.000+0000", "updated": "2013-02-22T22:45:29.000+0000" }, { "id": "240172", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Matt--where are we with this app? Should I get an Android team member to look at it?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-28T17:05:32.000+0000", "updated": "2013-02-28T17:05:32.000+0000" }, { "id": "240183", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I was able to work around this specific problem. However, I'm currently blocked by a Soasta installation problem with Android emulator. I do have Soasta installed and working for iPhone simulator. I've been working with Thomas and team to come up to speed on Soasta, but no one has encountered my problem, so I have reached out directly to Soasta.\n\nFYI, here is some Soasta feedback: Soasta has been very useful for my performance and profiling work since I can replay app usage repeatedly to gather statistics. However, since it is cloud based I am dependent on our internal network which has been problematic the past few days. It would be nice if there was a standalone way to run Soasta like e.g. Instruments.", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-28T17:32:05.000+0000", "updated": "2013-02-28T17:32:05.000+0000" }, { "id": "240306", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Need to either fix this issue or find a workaround.", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-01T03:20:26.000+0000", "updated": "2013-03-01T03:20:26.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }