August 2019
Beginner to intermediate
798 pages
17h 2m
English
We will use the data captured from the execution of profileMe.go to study the web interface of the Go profiler, as there is no need to create a specific code example to do this. As you learned in the previous subsection, you will first need to execute the following command:
$ go tool pprof -http=localhost:8080 /tmp/cpuProfile.out Main binary filename not available.
The following figure shows the initial screen of the web user interface of the Go profiler after executing the preceding command:

Similarly, the following figure shows the ...
Read now
Unlock full access