{#if data.length !== 0}
{#if activeType === 'cache-hit'}
| {computedTotalDisplay}ms | (activeType = 'total')} > total({computedFps}fps) |
| {round(value)}ms | (activeType = key)} > {key} |
| {data.length} | Samples |
Nodes | |
| {showAverage ? cacheRatio.average : cacheRatio.onlyLast}% | (activeType = 'cache-hit')} > cache hits |
| {round(value)}ms | (activeType = key)} > {key.split('/').slice(-1).join('/')} |
Viewer | |
| {humanizeNumber(getLast('total-vertices'))} | Vertices |
| {humanizeNumber(getLast('total-faces'))} | Faces |
| {round(value)}ms | (activeType = key)} > {key.split('/').slice(-1).join('/')} |
No runs available
{/if}