July 2017
Beginner to intermediate
358 pages
10h 54m
English
When we wish to take a look at the speed of our program, the best technique we can employ is profiling. Profiling automatically samples your running application while it is executing; and then we can compute that data, such as the running time of a particular function, into a statistical summary called a profile.
Go supports three different types of profiling:
If we would like to enable profiling on our application, we can do one of two things:
Read now
Unlock full access