mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
DolphinAnalytics: Reformat comments
This commit is contained in:
parent
d3fc0c89e4
commit
6b8533d012
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ private:
|
|||
// Performance sampling state & internal helpers.
|
||||
void InitializePerformanceSampling(); // Called on game start / title switch.
|
||||
bool ShouldStartPerformanceSampling();
|
||||
u64 m_sampling_next_start_us; // Next timestamp (in us) at which to trigger sampling.
|
||||
u64 m_sampling_next_start_us; // Next timestamp (in us) at which to trigger sampling.
|
||||
bool m_sampling_performance_info = false; // Whether we are currently collecting samples.
|
||||
std::vector<PerformanceSample> m_performance_samples;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue