Cloud Profiler documentation
Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.
Documentation resources
Guides
- Tutorial
Resources
Related resources
Analyze production performance with Cloud Profiler
In this codelab, you learn how to set up Cloud Profiler for a Go program and then you learn how to collect, view and analyze the performance data with Cloud Profiler.
Optimizing a Go app
In this tutorial, you download and run a Go application, and then you are guided through using profiling data to optimize that application.
Go samples
A collection of Go applications configured to collect profile data.
Profiler code samples
A set of code samples for configuring Profiler for a variety of languages and environments.