go-profiler-notes

Mental Model for Go

  • Goroutine Scheduler
    • HTTP Request Example
    • Full Example
    • Profiling Time
    • More Information
  • Garbage Collector

Profiling

  • Profiler Comparison
  • CPU Profiler
    • API
    • Data
    • How It Works
    • Profiler Labels
    • CPU Utilization
    • System Calls in CPU Profiles
    • Limitations
    • More Information
  • Memory Profiler
  • Block Profiler
  • Mutex Profiler
  • Goroutine Profiler
  • ThreadCreate Profiler

Misc

  • Stack Traces
  • pprof Tool and Format
GitHub Repo stars
go-profiler-notes
  • Mental Model for Go
  • Edit on GitHub

Mental Model for Go

  • Goroutine Scheduler
    • HTTP Request Example
    • Full Example
    • Profiling Time
    • More Information
  • Garbage Collector
Previous Next

Support this project by giving it a ⭐ on GitHub GitHub Repo stars