// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. // Package codeguruprofiler provides the client and types for making API // requests to Amazon CodeGuru Profiler. // // This section provides documentation for the Amazon CodeGuru Profiler API // operations. // //

Amazon CodeGuru Profiler collects runtime performance data from your // live applications, and provides recommendations that can help you fine-tune // your application performance. Using machine learning algorithms, CodeGuru // Profiler can help you find your most expensive lines of code and suggest // ways you can improve efficiency and remove CPU bottlenecks.

Amazon // CodeGuru Profiler provides different visualizations of profiling data // to help you identify what code is running on the CPU, see how much time // is consumed, and suggest ways to reduce CPU utilization.

Amazon // CodeGuru Profiler currently supports applications written in all Java // virtual machine (JVM) languages. While CodeGuru Profiler supports both // visualizations and recommendations for applications written in Java, it // can also generate visualizations and a subset of recommendations for applications // written in other JVM languages.

For more information, // see What // is Amazon CodeGuru Profiler in the Amazon CodeGuru Profiler User // Guide.

// // See https://docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18 for more information on this service. // // See codeguruprofiler package documentation for more information. // https://docs.aws.amazon.com/sdk-for-go/api/service/codeguruprofiler/ // // Using the Client // // To use Amazon CodeGuru Profiler with the SDK use the New function to create // a new service client. With that client you can make API requests to the service. // These clients are safe to use concurrently. // // See the SDK's documentation for more information on how to use the SDK. // https://docs.aws.amazon.com/sdk-for-go/api/ // // See aws.Config documentation for more information on configuring SDK clients. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config // // See the Amazon CodeGuru Profiler client for more information on // creating client for this service. // https://docs.aws.amazon.com/sdk-for-go/api/service/codeguruprofiler/#New package codeguruprofiler