File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (29 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package codeguruprofiler provides the API client, operations, and parameter
// types for 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 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.
//
// [What is Amazon CodeGuru Profiler]: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html
package codeguruprofiler