Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- swiftUI
- clean architecture
- Xcode
- HIG
- combine
- RxCocoa
- Clean Code
- Human interface guide
- 리펙토링
- collectionview
- swift documentation
- 리펙터링
- 클린 코드
- UICollectionView
- SWIFT
- ribs
- Protocol
- uiscrollview
- 애니메이션
- Refactoring
- ios
- Observable
- map
- tableView
- 리팩토링
- rxswift
- uitableview
- 스위프트
- MVVM
- UITextView
Archives
- Today
- Total
목록코드 역추적 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3.memgraph 메모리 프로파일링 - 메모리 주소로 코드 역추적하기 (malloc_history , Malloc Stack Logging)
* 가장 기초) iOS 메모리 기초 개념 - virtual memory, dirty memory, clean memory, compressed memory, swapped memory 이해하기 포스팅 글 1. memgraph 메모리 프로파일링 - 샘플 준비 2. memgraph 메모리 프로파일링 - vmmap을 사용하여 문제가 있는 코드의 메모리 주소 찾아내기 3. memgraph 메모리 프로파일링 - 메모리 주소로 코드 역추적하기 (malloc_history , Malloc Stack Logging) malloc_history로 코드 역추적하기 malloc_history를 사용하면 참조 타입 인스턴스들이 할당된 코드를 역추적이 가능 단, memgraph를 얻어올때 Xcode에서 "Malloc Stack..
iOS 응용 (swift)
2023. 12. 26. 00:25