Interface StatisticsMessage

Event emitted when statistics are received from the compiler or the solver.

Hierarchy

  • StatisticsMessage

Properties

Properties

statistics: {
    [key: string]: any;
}

Mapping between statistic name and value

Type declaration

  • [key: string]: any
type: "statistics"

Message type

Generated using TypeDoc