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

    Interface UsePerformanceMonitorOptions

    interface UsePerformanceMonitorOptions {
        enabled?: boolean;
        thresholds?: Partial<PerformanceThresholds>;
        updateInterval?: number;
    }
    Index

    Properties

    enabled?: boolean
    thresholds?: Partial<PerformanceThresholds>
    updateInterval?: number