Home
last modified time | relevance | path

Searched refs:HEAP_PROFILE_HOVERED_COLOR (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/tracks/heap_profile/
Dfrontend.ts19 import {HEAP_PROFILE_HOVERED_COLOR} from '../../frontend/flamegraph';
85 ctx.fillStyle = isHovered ? HEAP_PROFILE_HOVERED_COLOR : HEAP_PROFILE_COLOR;
88 ctx.strokeStyle = HEAP_PROFILE_HOVERED_COLOR;
/external/perfetto/ui/src/frontend/
Dflamegraph.ts36 export const HEAP_PROFILE_HOVERED_COLOR = 'hsl(224, 45%, 55%)'; constant