Interface StatisticsMessage

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

interface StatisticsMessage {
    statistics: { [key: string]: any };
    type: "statistics";
}

Properties

Properties

statistics: { [key: string]: any }

Mapping between statistic name and value

type: "statistics"

Message type