-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timing: Always split histogram with zero as a boundary
If the timing histogram has both positive and negative numbers, then we ensure that zero is used as a boundary and that at least 25% of the bins are dedicated to both positive and negative side so you get a decent level of details on both sides. Obviously that means bin size is different for positive / negative sides. Signed-off-by: Sylvain Munaut <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
10 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