From 00fc6bec02f59813b4401271315d2b257441d904 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 14 Sep 2017 00:59:21 +0200 Subject: [PATCH] [DEV] continue removing STL --- test/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main.cpp b/test/main.cpp index eef2b1a..38c7c9c 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -148,7 +148,7 @@ int main(int _argc, const char** _argv) { algo.process(&output[iii*blockSize], &fbData[iii*blockSize], &micData[iii*blockSize], blockSize); if (perf == true) { perfo.toc(); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + ethread::sleepMilliSeconds((1)); } } } else { @@ -172,7 +172,7 @@ int main(int _argc, const char** _argv) { algo.process(&output[iii*blockSize], &fbData[iii*blockSize], &micData[iii*blockSize], blockSize); if (perf == true) { perfo.toc(); - std::this_thread::sleep_for(std::chrono::milliseconds(1)); + ethread::sleepMilliSeconds((1)); } } }