From the course: Introduction to AWS AI Services for Developers

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

CodeGuru Profiler

CodeGuru Profiler

CodeGuru Profiler is a profiler that can be installed into Java or Python applications. Since it can be installed into the JVM for Java applications, it can be used with any language that uses the JVM. You can install the libraries for the profiler directly into your Python source code using pip. You can also call the profiler from the command line and pass in a single script to run. CodeGuru Profiler is also built in to the debugging and the monitoring tools within AWS Lambda serverless functions. For our example today, we're going to create a new Lambda function using some sample code provided by AWS and profile this code using CodeGuru Profiler.

Contents