strong-arc
Version:
A visual suite for the StrongLoop API Platform
5 lines (4 loc) • 387 B
HTML
<div class='waterfall-summary'>
<h4>{{ tracingCtx.currentWaterfall.costSummary.summaryText }}</h4>
<h5>Seen <strong>{{ tracingCtx.currentWaterfall.instance_count }}x</strong> at <strong>{{ msFormat(tracingCtx.currentWaterfall.stats['duration'] / 1000) }}</strong> for a total of <strong>{{ msFormat(tracingCtx.currentWaterfall.stats['total_duration'] / 1000) }}</strong></h5>
</div>