标签: visual-studio-2015 profiling
我正在研究具有一些简单限制机制的多线程应用程序。根据某些条件,它会定期调用:
std::this_thread::sleep_for(std::chrono::milliseconds(SmallTimePeriosinMSecs));
在不同的线程上。
VS2015 Profiler是否可以确定线程睡眠的总时间?