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:
committed by
Facebook GitHub Bot
parent
77b820c4ca
commit
6359c82be1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user