/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ /** *
* 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 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. *
*/ package com.amazonaws.services.codeguruprofiler;