-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache default heap dom sizes once computed to avoid slowing down some…
… workflows Summary: Running a command like ``` lo 'type "Foo" 'exec "bt 'dom" ``` saw a noticeable slowdown with the previous change. Cache the default HeapDomSizes object to avoid recomputing it every time. Differential Revision: D54607644 fbshipit-source-id: bb3aac3fb38d123781a5b1d833798ea35e4eded0
- Loading branch information
1 parent
dd85953
commit 83f3bb5
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters