Home
last modified time | relevance | path

Searched defs:addDebugCounterTrack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/components/
H A Dextensions.ts16 import {type addDebugCounterTrack} from './tracks/debug_tracks'; alias
33 addDebugCounterTrack: typeof addDebugCounterTrack; property
/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Ddebug_tracks.ts118 export async function addDebugCounterTrack(args: DebugCounterTrackArgs) { function