AppDelegate::AppDelegate() { std::thread th{[]{ using clock = std::chrono::steady_clock; constexpr int64_t LOOP_COUNT = 100000; constexpr int64_t DIST_FREQ = 200; constexpr int64_t DIST_SIZE = 16; std::this_thread::sleep_for(std::chrono::seconds{10}); int64_t min = std::numeric_limits<int64_t>::max(); int64_t total = 0; int64_t max = std::numeric_limits<int64_t>::min(); float total2 = 0; std::arra