Appearance
helix / CostReport
Interface: CostReport
Defined in: core/report/cost-report.ts:55
Properties
perFunction
perFunction:
Map<string,FunctionCost>
Defined in: core/report/cost-report.ts:62
Every analysed function by bare name.
tickRoots
tickRoots:
TickRootCost[]
Defined in: core/report/cost-report.ts:56
totalWorstCaseCommandsPerTick
totalWorstCaseCommandsPerTick:
number
Defined in: core/report/cost-report.ts:58
Sum of worst-case commands across all tick roots.
unboundedScanners
unboundedScanners:
FunctionCost[]
Defined in: core/report/cost-report.ts:60
Functions reachable from tick that perform an unbounded entity scan.