Making Your Own Memory Graph To Detect Memory Issues On iOSby@davidgg
1,771 reads

Making Your Own Memory Graph To Detect Memory Issues On iOS

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Apple has shown several approaches that allow us to debug issues related to the application's memory. Xcode Memory Graph captures every application's objects and represents it into a nice and convenient graph with nodes and relations between them. Unfortunately, you can't retrieve this graph from shipped binary*, so if you have some undefined behaviour in your app you are not able to see the detailed information about your app's state. This approach has several advantages: It takes less time to build a graph than Xcode's Memory Graph implementation. It is not recommended to use these techniques in your production code.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Making Your Own Memory Graph To Detect Memory Issues On iOS
David Grigoryan HackerNoon profile picture

@davidgg

David Grigoryan

Senior Software Engineer / iOS Developer


Receive Stories from @davidgg

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!