CodeGuruProfiler#
Client#
- 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 in the Amazon CodeGuru Profiler User Guide.
import boto3 client = boto3.client('codeguruprofiler')
These are the available methods:
- add_notification_channels
- batch_get_frame_metric_data
- can_paginate
- close
- configure_agent
- create_profiling_group
- delete_profiling_group
- describe_profiling_group
- get_findings_report_account_summary
- get_notification_configuration
- get_paginator
- get_policy
- get_profile
- get_recommendations
- get_waiter
- list_findings_reports
- list_profile_times
- list_profiling_groups
- list_tags_for_resource
- post_agent_profile
- put_permission
- remove_notification_channel
- remove_permission
- submit_feedback
- tag_resource
- untag_resource
- 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.
The available paginators are: