mix raxol.perf (Raxol v2.0.1)

View Source

Performance 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 report

Examples

# 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

run(args)

Callback implementation for Mix.Task.run/1.