1 Commits

Author SHA1 Message Date
Ein Anderssono 6fd2d8d883 Add detailed profiling system for execution time breakdown
- Create profile_detailed.sh script for measuring startup, calculation, and I/O time
- Add PROFILING.md documentation explaining the profiling system
- Measure startup time (runtime initialization, library loading)
- Measure calculation time (algorithm execution)
- Estimate I/O time (output formatting)
- Support all compiled, JIT, and interpreted languages
2026-04-23 10:38:53 +02:00