Skip to content

Commit b3c46d6

Browse files
authored
Merge pull request #113 from aws-samples/maxday/add-java-profiler-extension
feat: add java profiler extension
2 parents 1cdda1d + cd849ac commit b3c46d6

File tree

1 file changed

+5
-0
lines changed
  • java-experimental-profiler-extension

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# AWS Lambda Profiler Extension for Java
2+
3+
The Lambda profiler extension allows you to profile your Java functions invoke by invoke, with high fidelity, and no code changes. It uses the async-profiler project to produce profiling data and automatically uploads the data as HTML flame graphs to S3.
4+
5+
[🚀 See code on instruction on how to get started here](https://github.com/aws/aws-lambda-java-libs/tree/main/experimental/aws-lambda-java-profiler)

0 commit comments

Comments
 (0)