Description
C++ applications can collect profiling data through a lightweight cross-platform library. It is useful for developers finding slow code paths in native software.
Profiling can expose function names, timings, and workload details. Avoid sharing traces that contain private project or user information.