properties.setBoolean("grinder.logData", false);
final ThreadContextImplementation threadContext = new ThreadContextImplementation(properties,
m_statisticsServices, 0, LOGGER);
m_threadContexts.threadCreated(threadContext);
m_threadContexts.threadStarted(threadContext);
threadContext.registerThreadLifeCycleListener(new SkeletonThreadLifeCycleListener() {
@Override
public void endThread() {
threadContext.reportPendingDispatchContext();
}