Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zeromake opened this issue Dec 7, 2019 · 4 comments

Comments

@zeromake
Copy link
Owner

zeromake commented Dec 7, 2019

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

@PegasusWang
Copy link

不错,很详细的一篇文章

@chenlujjj
Copy link

大佬辛苦了,感谢翻译

@zeromake zeromake changed the title zeromake'blog (翻译)Go 高性能研讨讲座 - High Performance Go Workshop - zeromake'blog Feb 19, 2021
@GingJan
Copy link

GingJan commented Jul 4, 2021

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
Copy link
Owner Author

zeromake commented Jul 5, 2021

@GingJan 感谢指正已修改。

@zeromake zeromake changed the title (翻译)Go 高性能研讨讲座 - High Performance Go Workshop - zeromake'blog (翻译)Go 高性能研讨讲座 - High Performance Go Workshop - zeromake'blog /pages/high-performance-go-workshop/ Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants