{#if data.length !== 0} {#if activeType === 'cache-hit'} {:else} {/if}

General

{#each performanceData as [key, value] (key)} {/each} {#each nodePerformanceData as [key, value] (key)} {/each} {#each viewerPerformanceData as [key, value] (key)} {/each}
{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('/')}
{:else}

No runs available

{/if}