A simple Java project for profiling CPU-heavy recursive code.
This project is designed to generate noticeable CPU load so it can be inspected with a profiler.
my.profiler.Slow
The application repeatedly calculates Fibonacci numbers using a slow recursive implementation and pauses briefly between iterations to avoid excessive CPU stress.