Add memory consumption treemap tab

Summary: There are some issues with label positioning, but overall works.

Reviewed By: defHLT

Differential Revision: D29588329

fbshipit-source-id: 5c2e8f6f139d997559111fa2ad124ae1d695b36a
This commit is contained in:
Mathias Fleig Mortensen
2021-09-15 07:46:09 -07:00
committed by Facebook GitHub Bot
parent 77b820c4ca
commit 6359c82be1
7 changed files with 476 additions and 41 deletions

View File

@@ -42,6 +42,8 @@ export type ImageData = {
surface?: string;
};
export type ImagesMap = {[imageId in ImageId]: ImageData};
// getImage({imageId: string}) -> ImageData
// Subscribing to image events (requests and prefetches)