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

    Class PerformanceMonitor

    PerformanceMonitor class for real-time performance tracking

    Index

    Constructors

    Methods

    • Update performance metrics (call once per frame)

      Parameters

      • Optionalrenderer: WebGLRenderer

        Optional Three.js renderer for draw call tracking

      Returns number

      Current FPS

    Properties

    frameCount: number = 0
    frames: number[] = []
    lastTime: number = ...
    maxFps: number = 0
    maxFrameSamples: 60
    minFps: number = Infinity
    performanceWarnings: string[] = []