#include void Test() { std::this_thread::sleep_for(std::chrono::milliseconds(1)); } int main() { ZoneScoped; while (true) { Test(); } return 0; }