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

General

{#each getPerformanceData(!showAverage) as [key, value]} {/each}

Nodes

{#each getNodePerformanceData(!showAverage) as [key, value]} {/each}

Viewer

{#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
{getCacheRatio(!showAverage)}% ($activeType = "cache-hit")}>cache hits
{round(value)}ms ($activeType = key)} > {key.split("/").slice(-1).join("/")}
{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}