memea

Module export

Source
Expand description

Export functionality for MemEA analysis results.

This module provides multiple export formats for memory peripheral estimation results, including CSV, JSON, YAML, and direct console output. It handles file creation, overwrite confirmation, and format-specific serialization.

Functionsยง

  • Calculates the total area from a collection of reports.
  • Exports analysis results to various formats based on file extension.
  • export_csv ๐Ÿ”’
    Exports reports to CSV format with configuration names included.
  • export_direct ๐Ÿ”’
    Exports reports in human-readable table format to stdout.
  • export_json ๐Ÿ”’
    Exports reports to JSON format with pretty printing.
  • export_yaml ๐Ÿ”’
    Exports reports to YAML format.
  • fmt_direct ๐Ÿ”’
    Formats reports into a human-readable table string.