| 437 | } |
| 438 | |
| 439 | int Smoothing::GetSuggestedInterval() |
| 440 | { |
| 441 | if (_enabled && !_pause) |
| 442 | { |
| 443 | return static_cast<int>(_updateInterval); |
| 444 | } |
| 445 | |
| 446 | return 0; |
| 447 | } |
| 448 | |
| 449 | bool Smoothing::SelectConfig(unsigned cfg, bool force) |
| 450 | { |
no outgoing calls
no test coverage detected