# Profiling and Tracing Tips in Go(GopherCon 2023 발표)

> Clean Markdown view of GeekNews topic #10393. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10393](https://news.hada.io/topic?id=10393)
- GeekNews Markdown: [https://news.hada.io/topic/10393.md](https://news.hada.io/topic/10393.md)
- Type: news
- Author: [hueypark](https://news.hada.io/@hueypark)
- Published: 2023-08-17T17:07:36+09:00
- Updated: 2023-08-17T17:07:36+09:00
- Original source: [engineering.ab180.co](https://engineering.ab180.co/stories/luft-performance-report-2023-1-1)
- Points: 6
- Comments: 1

## Topic Body

Profiling and Tracing Tips in Go 라는 주제로 GopherCon 2023 에서 발표한 내용입니다.  
이전 Luft 성능 리포트에서 미처 공유드리지 못했던, 상세한 프로파일링 결과와 그 데이터에 대해 이야기합니다.

## Comments



### Comment 18352

- Author: secret3056
- Created: 2023-08-17T17:31:53+09:00
- Points: 2

좋은 프레젠테이션입니다.  
  
같은 주제로   
- [Profiling and Optimizing Go - YouTube](https://www.youtube.com/watch?v=N3PWzBeLX2M): Go를 프로파일링하고 최적화 방법을 간단한 프로그램을 직접 최적화하며 보여줍니다.  
- Go 1.20에서 메모리 프로파일링으로 GC가 병목임을 파악하고 Memory Arena로 해결하는 영상...인데 영상은 못찾겠고 [아티클](https://pyroscope.io/blog/go-1-20-memory-arenas/)이 있습니다.
