github.com/aavshr/aws-sdk-go@v1.41.3/service/codeguruprofiler/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package codeguruprofiler provides the client and types for making API
     4  // requests to Amazon CodeGuru Profiler.
     5  //
     6  // This section provides documentation for the Amazon CodeGuru Profiler API
     7  // operations.
     8  //
     9  // Amazon CodeGuru Profiler collects runtime performance data from your live
    10  // applications, and provides recommendations that can help you fine-tune your
    11  // application performance. Using machine learning algorithms, CodeGuru Profiler
    12  // can help you find your most expensive lines of code and suggest ways you
    13  // can improve efficiency and remove CPU bottlenecks.
    14  //
    15  // Amazon CodeGuru Profiler provides different visualizations of profiling data
    16  // to help you identify what code is running on the CPU, see how much time is
    17  // consumed, and suggest ways to reduce CPU utilization.
    18  //
    19  // Amazon CodeGuru Profiler currently supports applications written in all Java
    20  // virtual machine (JVM) languages and Python. While CodeGuru Profiler supports
    21  // both visualizations and recommendations for applications written in Java,
    22  // it can also generate visualizations and a subset of recommendations for applications
    23  // written in other JVM languages and Python.
    24  //
    25  // For more information, see What is Amazon CodeGuru Profiler (https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html)
    26  // in the Amazon CodeGuru Profiler User Guide.
    27  //
    28  // See https://docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18 for more information on this service.
    29  //
    30  // See codeguruprofiler package documentation for more information.
    31  // https://docs.aws.amazon.com/sdk-for-go/api/service/codeguruprofiler/
    32  //
    33  // Using the Client
    34  //
    35  // To contact Amazon CodeGuru Profiler with the SDK use the New function to create
    36  // a new service client. With that client you can make API requests to the service.
    37  // These clients are safe to use concurrently.
    38  //
    39  // See the SDK's documentation for more information on how to use the SDK.
    40  // https://docs.aws.amazon.com/sdk-for-go/api/
    41  //
    42  // See aws.Config documentation for more information on configuring SDK clients.
    43  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    44  //
    45  // See the Amazon CodeGuru Profiler client CodeGuruProfiler for more
    46  // information on creating client for this service.
    47  // https://docs.aws.amazon.com/sdk-for-go/api/service/codeguruprofiler/#New
    48  package codeguruprofiler