|
|
|
|
|
by eternalban
4976 days ago
|
|
>> and related Instrumentation
> Go has a CPU profiler, a memory allocation profiler. In tip, it has a data race detector. It can expose this data over an HTTP interface so you can profile a running server http://golang.org/pkg/net/http/pprof/. It is canonically called "instrumentation" but that is not all that it is capable of doing. Have you actually ever used this feature of Java? > Also, on an unrelated note, I find it a little sad and pathetic how both you and 0xABADC0DA have to resort to insults to get your point across. ?? When and where did I insult you? Pathetic, on the other hand, is an insult. I strongly take exception to that. |
|