[TIMOB-24682] Windows: require proper document for memory leaks and tracking memory allocations
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-05-15T07:37:08.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | documentation |
Reporter | Shuo Liang |
Assignee | Kota Iguchi |
Created | 2017-05-12T01:58:18.000+0000 |
Updated | 2017-06-07T02:43:25.000+0000 |
Description
For now, we have document about memory leaks and tracking memory allocations for iOS and Android platfrom.
Ref: http://docs.appcelerator.com/platform/latest/#!/guide/Managing_Memory_and_Finding_Leaks
Now, Customer require a same proper document for Windows platform.
Added *Monitoring allocations on Windows* section here: [Managing Memory and Finding Leaks](https://wiki.appcelerator.org/display/guides2/Managing+Memory+and+Finding+Leaks#ManagingMemoryandFindingLeaks-MonitoringallocationsonWindows)
[~sliang] Visual Studio supports analyzing app against simulator and remote machine. Please refer to [Remote Debugging](https://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k(vs.debug.remote.overview)&rd=true) for more information. I updated the wiki too.
Verified https://wiki.appcelerator.org/display/guides2/Managing+Memory+and+Finding+Leaks#ManagingMemoryandFindingLeaks-MonitoringallocationsonWindows was able to follow the instructions and look at various application statistics for a created application.