• Name: {{ inspectorModel.item.name }}
  • Cost: {{ inspectorModel.item.cost }}
  • Top Costs
    • {{ tracingCtx.currentTrace.functions[costItem.id].name }}
      {{ costItem.selfPct }}%
      {{ tracingCtx.currentTrace.functions[costItem.id] ? fn({ item: costItem, fns: tracingCtx.currentTrace.functions }) : 'asyncronous wait' }}