-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve logging of MB/GB in oom logger (#616)
Summary: Pull Request resolved: #616 Improve readability of oom logger logging ## Before: ``` Saving memory snapshot device: 0, alloc: 360000000098304, device_alloc: 84990623744, device_free: 82956713984 ``` ## After: ``` Saving memory snapshot device: 0, alloc: 335276.13 GB, device_alloc: 79.15 GB, device_free: 77.26 GB ``` Reviewed By: JKSenthil Differential Revision: D51166528 fbshipit-source-id: ec5ad8ea6f8ad06fb26256545f5a3a5d9f8ebc0f
- Loading branch information
1 parent
a3c3eb0
commit df8f543
Showing
2 changed files
with
20 additions
and
1 deletion.
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