Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for integer overflow of counter value if its too large (#3596)
What I did Changed the data type casting to float if count coming is too large or in scientific notation . How I did it made it float then type cast to int for display purpose How to verify it Manually passed big value and see the count output if it breaks or works
- Loading branch information