Golang Tips for Performance Improvement: Benchmark, Profiling, Escape Analysis, Tracer

preview_player
Показать описание
This video consists of quick tips and commands for performance improvement for Go program. These include:
Benchmark - For knowing how long it takes and memory allocation
Profiling - For throughput info at CPU level
Escape Analysis - For Heap Allocation
Tracer - For Latency info at scheduler level

0:00 Introduction
0:30 Build (go build ./…)
1:03 Test( go test ./…)
2:00 Benchmark
5:28 Escape Analysis
7:03 CPU Profiling
9:00 Tracer
11:41 Tracer vs Profiling

Рекомендации по теме
Комментарии
Автор

This is a fantastic video which is full of high level information. This is what I was looking for.

soulfulman