interface GetDebugPprofHeapRequest {
    debug?: number;
    gc?: number;
    seconds?: string;
}

Properties

Properties

debug?: number
  • 0: (Default) Return the report as a gzip-compressed protocol buffer.
  • 1: Return a response body with the report formatted as human-readable text. The report contains comments that translate addresses to function names and line numbers for debugging.

debug=1 is mutually exclusive with the seconds query parameter.

gc?: number
  • 0: (Default) don't force garbage collection before sampling.
  • 1: Force garbage collection before sampling.
seconds?: string

Number of seconds to collect statistics.

seconds is mutually exclusive with debug=1.

MMNEPVFCICPMFPCPTTAAATR