Skip to content

PromptScript API


Interface: CompileStats

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

Statistics about the compilation process.

Properties

formatTime

formatTime: number

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

Time spent formatting (ms)


resolveTime

resolveTime: number

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

Time spent resolving (ms)


totalTime

totalTime: number

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

Total compilation time (ms)


validateTime

validateTime: number

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

Time spent validating (ms)