8000 GitHub - cnutshell/go-pearls: Introduction for Go's Debug and Profiling from the perspective of engineering
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Introduction for Go's Debug and Profiling from the perspective of engineering

Notifications You must be signed in to change notification settings

cnutshell/go-pearls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

关于 golang debug 和 profiling 的仓库,从工程实践的角度出发。

1. 目录说明

.
├── benchmark       # 如何写性能测试
├── docs            # 保存文档、图片
├── profiling       # profiling 简介
└── memory          # 内存相关 topic
    ├── escape      # 内存逃逸
    ├── gc          # golang gc 简介
    └── iface       # interface

2. 大纲

2.1 内存相关

  1. golang 编译器内存逃逸分析
  2. interface{} 相关介绍
  3. golang gc 相关介绍

2.2 性能剖析

  1. golang 性能剖析介绍

2.3 性能测试

  1. 如何写性能测试

TODO

  • 如何写性能测试
  • golang gc 介绍

About

Introduction for Go's Debug and Profiling from the perspective of engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0