go

Golang:什么是etext?

英文: Golang: What is etext? 问题 我开始对我的Go1.2代码进行分析,而排在首位的总是一个名为'etext'的东西。我搜索了一下,但除了它可能与Go协程的调用深度有关之外,没...
go

有Go的性能分析器吗?

英文: Is there a Go profiler? 问题 我在Go发布不久后稍微尝试了一下。那时还没有性能分析器,现在有了吗? 英文: I played around with Go a bit ...