From 81f905ea76f0efb6ea35331bd1fe476f14f804de Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Mon, 1 Jul 2019 05:01:55 +0300 Subject: First working of new database // not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! --- utils/gen_adldata/measurer.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'utils/gen_adldata/measurer.h') diff --git a/utils/gen_adldata/measurer.h b/utils/gen_adldata/measurer.h index ed7810a..d2b8a76 100644 --- a/utils/gen_adldata/measurer.h +++ b/utils/gen_adldata/measurer.h @@ -59,11 +59,7 @@ struct MeasureThreaded typedef std::map DurationInfoCache; typedef std::map DurationInfoCacheX; - MeasureThreaded() : - m_semaphore(int(std::thread::hardware_concurrency()) * 2), - m_done(0), - m_cache_matches(0) - {} + MeasureThreaded(); Semaphore m_semaphore; std::mutex m_durationInfo_mx; -- cgit v1.2.3