Skip to content

Commit

Permalink
[perforator] Slightly rephrase the list of main functions in the README
Browse files Browse the repository at this point in the history
commit_hash:2a88c95974554922023d6e5e67e042758336814d
  • Loading branch information
BigRedEye committed Jan 31, 2025
1 parent f44351c commit 81e334c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Perforator is a production-ready, open-source Continuous Profiling app that can
- Efficient and high-quality collection of kernel + userspace stacks via eBPF technology.
- Scalable storage for storing profiles and binaries.
- Support of unwinding without frame pointers and debug symbols on host.
- Convenient query language and UI to inspect CPU usage of applications via flamegraphs on any specified timeline.
- Supported languages: C++, Go, Rust, Java, Python, Node.js.
- Support of generating sPGO profiles for building your applications with Profile Guided Optimization (PGO).
- Convenient query language and UI to inspect CPU usage of applications via flamegraphs.
- Support for C++, C, Go, and Rust, with experimental support for Java and Python.
- Generation of sPGO profiles for building applications with Profile Guided Optimization (PGO) via [AutoFDO](https://github.com/google/autofdo).

## Minimal system requirements

Expand Down

0 comments on commit 81e334c

Please sign in to comment.