zeromake / zeromake.github.io

static-blog

Home Page:https://blog.zeromake.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(翻译)Go 高性能研讨讲座 - High Performance Go Workshop - zeromake'blog /pages/high-performance-go-workshop/

zeromake opened this issue · comments

不错,很详细的一篇文章

大佬辛苦了,感谢翻译

3.2.2内存分析
由于内存分析是基于样本的,并且由于它跟踪未 使用 的 分配,因此很难使用内存分析来确定应用程序的整体内存使用情况。

原文

Because of memory profiling is sample based and because it tracks allocations not use, using memory profiling to determine your application's overall memory usage is difficult.

应为

由于memory profiling是基于样本的,且它跟踪的是已分配的内存而不是使用中的内存,所以很难使用memory profiling来确定应用程序的整体内存使用情况。(部分专用名词暂不译)

@GingJan 感谢指正已修改。