mix raxol.memory (Raxol v2.0.1)

View Source

Unified memory analysis and profiling tools.

Consolidates all memory-related functionality into a single comprehensive task.

Commands

mix raxol.memory debug               # Debug memory issues and leaks
mix raxol.memory profile             # Interactive memory profiling
mix raxol.memory gates               # CI/CD performance gates
mix raxol.memory stability           # Long-running stability tests

Common Options

  • --format - Output format (text, json, dashboard)
  • --output - Output file or directory
  • --duration - Duration in seconds
  • --help - Show help for specific commands

Examples

# Quick memory analysis
mix raxol.memory debug

# Live profiling with dashboard
mix raxol.memory profile --mode live --format dashboard

# Run CI gates for specific scenario
mix raxol.memory gates --scenario terminal_operations

# Extended stability testing
mix raxol.memory stability --duration 3600

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.