Skip to content

PromptScript API


Interface: CompileStats

Defined in: browser-compiler/src/compiler.ts:109

Statistics about the compilation process.

Properties

formatTime

formatTime: number

Defined in: browser-compiler/src/compiler.ts:115

Time spent formatting (ms)


resolveTime

resolveTime: number

Defined in: browser-compiler/src/compiler.ts:111

Time spent resolving (ms)


totalTime

totalTime: number

Defined in: browser-compiler/src/compiler.ts:117

Total compilation time (ms)


validateTime

validateTime: number

Defined in: browser-compiler/src/compiler.ts:113

Time spent validating (ms)