🚧Increase fps calc perf #1077
Labels
medium-priority
Medium Priority
🏎️performance
Performance improvements
preview
Done while in preview
Milestone
Complete The Item Below
Description
Increase the performance of the
TimeService
, which is used to calculate a game's FPS(Frames Per Sec).This will involve the current implementation
This will also require changes to the
IStopWatchWrapper
interface andStopWatchWrapper
class implementation. We do not need any of the current methods used. The only method we need to wrap now is theGetTimestamp()
method.Do the following:
GetTimestamp()
method, which is the only method needed.TimerService
implementation to the code above.TimerService
Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
No response
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking-changes
✨new-feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: