facebookarchive / FBMemoryProfiler

iOS tool that helps with profiling iOS Memory usage.
Other
3.41k stars 377 forks source link

FBMemoryProfile won't match XCode Debug gauges #58

Open kojiyijian opened 6 years ago

kojiyijian commented 6 years ago

Use Unity build a game App. when the unity scene unloaded the xcode memory from 400M drop to 200m, but the FBMemoryProfile still around 400M. I also use the mach_task_basic_info and host_statistics API, it also dose't match the XCode Debug gagues, is there any other solution to get Ram usage by the App on IOS?