

****************
CodeGuruProfiler
****************



======
Client
======



.. py:class:: CodeGuruProfiler.Client

  A low-level client representing 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.

   

  .. note::

    

    Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM) languages and Python. 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 and Python.

    

   

  For more information, see `What is Amazon CodeGuru Profiler <https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html>`__ in the *Amazon CodeGuru Profiler User Guide*.

  ::

    
    import boto3
    
    client = boto3.client('codeguruprofiler')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  codeguruprofiler/client/add_notification_channels
  codeguruprofiler/client/batch_get_frame_metric_data
  codeguruprofiler/client/can_paginate
  codeguruprofiler/client/close
  codeguruprofiler/client/configure_agent
  codeguruprofiler/client/create_profiling_group
  codeguruprofiler/client/delete_profiling_group
  codeguruprofiler/client/describe_profiling_group
  codeguruprofiler/client/get_findings_report_account_summary
  codeguruprofiler/client/get_notification_configuration
  codeguruprofiler/client/get_paginator
  codeguruprofiler/client/get_policy
  codeguruprofiler/client/get_profile
  codeguruprofiler/client/get_recommendations
  codeguruprofiler/client/get_waiter
  codeguruprofiler/client/list_findings_reports
  codeguruprofiler/client/list_profile_times
  codeguruprofiler/client/list_profiling_groups
  codeguruprofiler/client/list_tags_for_resource
  codeguruprofiler/client/post_agent_profile
  codeguruprofiler/client/put_permission
  codeguruprofiler/client/remove_notification_channel
  codeguruprofiler/client/remove_permission
  codeguruprofiler/client/submit_feedback
  codeguruprofiler/client/tag_resource
  codeguruprofiler/client/untag_resource
  codeguruprofiler/client/update_profiling_group


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  codeguruprofiler/paginator/ListProfileTimes
