mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
When the display goes to sleep IDXGIOutput::WaitForVBlank returns S_OK immediately causing the VBlankThread to consume a core entirely with the VBlank related messaging. To limit this problem, we use the same technique as Chromium presently does, and we sleep for 1 ms, if the time between the last two VBlank events was less than a ms. This limits the VBlankThread messaging rate of about 50.000/s on an Intel 13600 to 1000/s. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_animation | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_midi_ci | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||