-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break up the patcher stats into more granular sections
Summary: The current patcher stats are too general. It's impossible to tell which code path can a stats delta be attributed to. Therefore, I propose to break them up into smaller sections. Each section covers a particular top level entry point in the `run()` method of the patcher. Hopefully this change will shed some lights on which code paths are causing the nondeterminism in the patcher. Reviewed By: ssj933 Differential Revision: D69889601 fbshipit-source-id: 7e80277756fb0f4204957d2a319162bb73c9a62b
- Loading branch information
1 parent
664b0d4
commit 9f48417
Showing
4 changed files
with
223 additions
and
72 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
Oops, something went wrong.