{{#each this}}
{{#if this.isMark}}
Mark: {{ decimal this.startTime }}ms
- {{ this.name }} {{else}}
Measure {{ decimal this.duration }}ms
- {{ this.name }} {{/if}}
{{/each}}