Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds | Lioncash | 2018-08-06 | 1 | -4/+4 |
| | | | | | Enforces the time unit being returned and also allows using the standard time utilities to manipulate it. | ||||
* | PerfStats: Re-order and document members better | Yuri Kunde Schlesner | 2017-02-27 | 1 | -4/+13 |
| | |||||
* | Core: Re-write frame limiter | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+16 |
| | | | | | | | | | Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz. | ||||
* | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+7 |
| | | | | More ergonomic to use and will be required for upcoming changes. | ||||
* | PerfStats: Add method to get the instantaneous time ratio | Yuri Kunde Schlesner | 2017-02-27 | 1 | -1/+9 |
| | |||||
* | Add performance statistics to status bar | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+43 |