zeromake / zeromake.github.io

static-blog
https://blog.zeromake.com
Apache License 2.0
3 stars 0 forks source link

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

Open zeromake opened 4 years ago

zeromake commented 4 years ago

https://blog.zeromake.com/pages/high-performance-go-workshop

PegasusWang commented 3 years ago

不错,很详细的一篇文章

chenlujjj commented 3 years ago

大佬辛苦了,感谢翻译

GingJan commented 3 years ago

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来确定应用程序的整体内存使用情况。(部分专用名词暂不译)

zeromake commented 3 years ago

@GingJan 感谢指正已修改。