UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

10 lines (9 loc) 291 B
import { Logger } from './types'; export declare class PerformanceMonitor { private log; private thresholdMs; constructor(log: Logger, thresholdMs: number); check(elapsedMs: number, meta?: Record<string, any>): void; private inferMethodName; private getElapsedStr; }