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
- golang벤치마크
- vue3 통신
- 디자인패컨
- 리플렉션성능
- Iperf3
- Vue.js
- golang uuid
- vue3
- Golang성능테스트
- line챠트
- vue3 axios
- Golang디자인패턴
- go리플렉션성능
- Golang부하테스트
- snoflake
- 디자인패턴학습필요성
- GO벤치마킹
- Golang벤치마킹
- Go성능테스트
- 챠트그리기
- Go디자인패턴
- 대역폭측정하기
- go로드맵
- GObenchmark
- Go벤치마크
- Line차트
- vue3-chartjs
- pprof
- GO부하테스트
- Golangbenchmark
Archives
- Today
- Total
목록pprof (1)
import ( "코딩", "행복", "즐거움" )

pprof?? GO의 프로파일링(profile) 도구다 우리 팀에서는 이 도구로 메모리 누수를 잡은 적이 있다. 매우 유용한 도구이기 때문에 Go로 프로젝트를 한다면 추천한다. Go의 웹프레임워크 중에 가장 유명한 gin 을 사용 중인데 gin의 pprof 패키지는 이걸 사용한다. https://github.com/DeanThompson/ginpprof GitHub - DeanThompson/ginpprof: A wrapper for golang web framework gin to use net/http/pprof easily. A wrapper for golang web framework gin to use net/http/pprof easily. - GitHub - DeanThompson/ginpp..
GO
2022. 10. 5. 11:53