提交 806c0ac3 编写于 作者: A Andrew Au 提交者: Andrew Au
上级 a4719f41
......@@ -4,7 +4,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${ARCH_SOURCES_DIR})
add_definitions(-DFEATURE_AUTO_TRACE)
# EventPipe stress testing support
# add_definitions(-DFEATURE_AUTO_TRACE)
add_definitions(-DUNICODE)
add_definitions(-D_UNICODE)
......
......@@ -94,7 +94,6 @@ void auto_trace_signal()
#undef SetEvent
#endif
static size_t nCalls = 0;
fprintf(stdout, "%d", nCalls);
if (++nCalls == g_n_tracers)
SetEvent(auto_trace_event);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册