일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- uiscrollview
- swiftUI
- UICollectionView
- 리팩토링
- ios
- swift documentation
- ribs
- HIG
- uitableview
- 클린 코드
- Xcode
- map
- Refactoring
- Protocol
- Clean Code
- UITextView
- 리펙터링
- tableView
- combine
- 리펙토링
- MVVM
- RxCocoa
- 애니메이션
- SWIFT
- 스위프트
- clean architecture
- rxswift
- collectionview
- Observable
- Human interface guide
- Today
- Total
목록swapped size (2)
김종권의 iOS 앱 개발 알아가기
1. 메모리 프로파일링 - VM Tracker 사용 방법 (#Instrument) 2. 메모리 프로파일링 - VM Tracker을 사용하여 메모리 프로파일링하기 (resident size, dirty size, swapped size, virtual size) VM Tracker에서 메모리 살펴보기 resident, dirty, swapped, virutal을 확인하여 메모리 상태 확인이 가능 resident size: 실제로 RAM에 올라와서 현재 사용되고 있는 데이터의 크기 dirty size: RAM에 올라온 것 중에 데이터의 변경이 일어나서, page out될 수 없는 페이지의 크기 swapped: RAM disk 페이지 변경된 크기 (자세한 residen size, dirty size, swap..
* 가장 기초) iOS 메모리 기초 개념 - virtual memory, dirty memory, clean memory, compressed memory, swapped memory 이해하기 포스팅 글 1. Memory Deep Dive - iOS 메모리 운영체제 기초 (가상 메모리, 페이징, clean memory, dirty memory, compressed memory) 2. Memory Deep Dive - Memory를 줄여야 하는 이유 (+ 앱 메모리 사용량 아는 방법) 3. Memory Deep Dive - Memory Footprint (페이징, Compressed 메모리) 4. Memory Deep Dive - Memory Footprint 프로파일링 방법 (1) (Allocation,..