{#key $activeType && data} {#if $activeType === "cache-hit"} {:else} {/if}
{#if data.length !== 0}

General

{#each getPerformanceData(!showAverage) as [key, value]} {/each} {#each getNodePerformanceData(!showAverage) as [key, value]} {/each} {#each getViewerPerformanceData(!showAverage) as [key, value]} {/each}
{round(getTotalPerformance(!showAverage))}ms ($activeType = "total")} > total({Math.floor( 1000 / getTotalPerformance(showAverage), )}fps)
{round(value)}ms ($activeType = key)} > {key}
{data.length} Samples

Nodes

{getCacheRatio(!showAverage)}% ($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}
{/key}