Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Match

import type { Match } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

The part of a profile that contains a recommendation found during analysis.

interface Match {
frameAddress?: string | null;
targetFramesIndex?: number | null;
thresholdBreachValue?: number | null;
}

§Properties

§
frameAddress?: string | null
[src]

The location in the profiling graph that contains a recommendation found during analysis.

§
targetFramesIndex?: number | null
[src]

The target frame that triggered a match.

§
thresholdBreachValue?: number | null
[src]

The value in the profile data that exceeded the recommendation threshold.