datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Function getMemoryPeak

    • Return the current peak snapshot (or null if nothing recorded / unsupported).

      Returns null | MemoryPeak

      import { getMemoryPeak } from "datadog-ux-utils/memoryPeak";
      console.log(getMemoryPeak());