-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The new --decode is a check that try to decode every image. This validates RecordFormat and DataLayout definitions, and image decoding to a PixelFrame. A side benefit is we can test raw decoding speed, not just raw speed. By design, it's single threaded. Reviewed By: kiminoue7 Differential Revision: D42399615 fbshipit-source-id: c95cdc3b5f2f64226698ef24c2e0aec448b18c6f
- Loading branch information
1 parent
34ef8bb
commit 551235b
Showing
4 changed files
with
167 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ enum class Command { | |
Checksums, | ||
ChecksumVerbatim, | ||
Hexdump, | ||
Decode, | ||
Compare, | ||
CompareVerbatim, | ||
Debug, | ||
|
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