real time

This commit is contained in:
2025-11-09 11:09:04 +01:00
parent 9c4894eda2
commit ba6a342c94

View File

@@ -9,9 +9,9 @@
#include <chrono> #include <chrono>
constexpr int WORK_GROUP_SIZE = 64; constexpr int WORK_GROUP_SIZE = 64;
constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 1000; constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 10000;
constexpr int SWAP_INTERVAL = 60; constexpr int SWAP_INTERVAL = 1;
class Timer { class Timer {
public: public: