Report, result of dynamic execution.

interface IReport {
    executions: IExecution[];
    location: string;
    time: number;
}

Properties

executions: IExecution[]

Execution results of dynamic functions.

location: string

Location path of dynamic functions.

time: number

Total elapsed time.