Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface PerformanceMonitorState

    interface PerformanceMonitorState {
        isGood: boolean;
        metrics: PerformanceMetrics;
        warnings: readonly string[];
    }
    Index

    Properties

    isGood: boolean
    warnings: readonly string[]