profileCPU | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...
    • Starts a CPU profile and prints the results

      Parameters

      • Optionalopts: { intervalUs?: number }

      Returns Promise<
          {
              start: number;
              stopped: boolean;
              "[asyncDispose]"(): Promise<void>;
              stop(): Promise<void>;
          },
      >