Name: | rbspy |
---|---|
Version: | 0.8.1 |
Release: | 3.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 3895504 |
License: | MIT |
RPM: | rbspy-0.8.1-3.el8.aarch64.rpm |
Source RPM: | rust-rbspy-0.8.1-3.el8.src.rpm |
Build Date: | Sat Nov 20 2021 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://rbspy.github.io |
Summary: | Sampling CPU profiler for Ruby |
Description: | rbspy is a sampling CPU profiler for Ruby. rbspy lets you profile Ruby processes that are already running. You give it a PID, and it starts profiling. It's a sampling profiler, which means it's low overhead and safe to run in production. rbspy lets you record profiling data, save the raw profiling data to disk, and then analyze it in a variety of different ways later on. |
- Build for EPEL8 and fix tests
- Gate out tests on s390x for now
- Initial import; Fixes: RHBZ#2023856