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

@@ -7,9 +7,7 @@
* @format
*/
import {ImageId, ImageData} from './api';
export type ImagesMap = {[imageId in ImageId]: ImageData};
import {ImageId, ImageData, ImagesMap} from './api';
const maxInflightRequests = 10;