Selva Compute API Reference - v2.1.0
    Preparing search index...

    Internal-only telemetry threaded from an outer entry point (e.g. the JSON parseMeshBatch measuring its own JSON.parse cost) into the shared build step. Never part of any public options surface — callers don't supply timings.

    interface ParseTelemetry {
        parseTime?: number;
        perfStart?: number;
    }
    Index

    Properties

    parseTime?: number
    perfStart?: number