Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve FpsDebugFrameCallback.getTotalTimeMS accuracy (#46869)
Summary: `FpsDebugFrameCallback.getTotalTimeMS()` implementation loses accuracy due to incorrect order of type casting to int ## Changelog: [ANDROID] [CHANGED] - Improve FpsDebugFrameCallback.getTotalTimeMS() accuracy Pull Request resolved: #46869 Test Plan: - Launch some test app - Open up the [Dev Menu](https://reactnative.dev/docs/debugging#accessing-the-dev-menu) in your app and toggle Show Perf Monitor - Compare results of current & improved implementations Reviewed By: rshest Differential Revision: D64024054 Pulled By: arushikesarwani94 fbshipit-source-id: 438792bace0e3443d151cf13364f6e94b66dfb5e
- Loading branch information