@ccw-api/api
    Preparing search index...
    type Profiling = {
        audioCount: number;
        audioSize: `${number}`;
        blockChangeCount: number;
        codes: ProfilingCodes;
        costumeCount: number;
        costumeSize: string;
        count: number;
        ext: ProfilingExt;
        firstComparedChangedBlockCount: number;
        firstComparedChangedSpriteCount: number;
        functionCount: number;
        hatBlockCount: number;
        listCount: number;
        mastery: ProfilingMastery;
        math: ProfilingMath;
        projectSize: `${number}`;
        spriteChangeCount: number;
        spriteCount: number;
        validBlockCount: number;
        varCount: number;
    }
    Index

    Properties

    audioCount: number
    audioSize: `${number}`
    blockChangeCount: number
    costumeCount: number
    costumeSize: string
    count: number
    firstComparedChangedBlockCount: number
    firstComparedChangedSpriteCount: number
    functionCount: number
    hatBlockCount: number
    listCount: number
    projectSize: `${number}`
    spriteChangeCount: number
    spriteCount: number
    validBlockCount: number
    varCount: number