[Pin] Encoding Memory Visualization
2024. 10. 22. 18:32ㆍComputerScience/ProcessingInMemory
2024. 10. 22 Tuesday
Visualizatinon - Text memory + CPU Cycle
# Summary
- 정적으로 컴파일 된 코드 -> objdump로 확인
- 동적으로 연결 -> 코드 상에서 프린트 찍어서 확인
- 동적이냐 정적이냐 구분해서 분석하는 것 중요
DLL이랑은 다른 내용 - Rust 코드에서 print 구문으로 text 주소 확인하기
- 16진수 메모리 -> 100 단위도 매우 큰 scale
- csv 파일 -> Python으로 시각화 at Web - Plotly
Plotly
Plotly's
plotly.com
https://github.com/plotly/plotly.py
GitHub - plotly/plotly.py: The interactive graphing library for Python This project now includes Plotly Express!
The interactive graphing library for Python :sparkles: This project now includes Plotly Express! - GitHub - plotly/plotly.py: The interactive graphing library for Python This project now includes P...
github.com
개발 문서만 살짝 열어봤는데, 깔끔하고 이쁘네욥 . . ✨
다음주 랩미팅까지는 데이터 시각화를 제대로 돌려와야겠다
'ComputerScience > ProcessingInMemory' 카테고리의 다른 글
[PIM] Embedding Look-Up Build (0) | 2025.05.13 |
---|---|
[Pin] CoreBPE Memory Tracing by pinatrace (4) | 2024.10.15 |
[PIM] CPU/DPU Programming Code Review (5) | 2024.07.16 |
[PIM] HEAM: Hashed Embedding Acceleration Using Processing-In-Memory (0) | 2024.06.25 |
[PIM] Processing-in-memory: A workload-driven perspective (0) | 2024.05.21 |