mix raxol.perf (Raxol v2.0.1)
View SourcePerformance analysis and optimization tools for development.
This task provides various performance analysis capabilities:
Commands
mix raxol.perf analyze # Analyze current performance
mix raxol.perf profile <module> # Profile a specific module
mix raxol.perf hints # Show performance hints
mix raxol.perf monitor # Start continuous monitoring
mix raxol.perf memory # Memory usage analysis
mix raxol.perf report # Generate performance reportExamples
# Quick performance check
mix raxol.perf analyze
# Profile terminal operations
mix raxol.perf profile Raxol.Terminal.Buffer
# Start continuous monitoring
mix raxol.perf monitor --interval 30
# Generate detailed report
mix raxol.perf report --format html
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.