// QUEUE PROFILER
statsSource = new TransactionQueueManagerProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.QUEUEPROFILER, 0, statsSource);
// ANTI-CACHE PROFILER
statsSource = new AntiCacheManagerProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.ANTICACHE, 0, statsSource);
// MARKOV ESTIMATOR PROFILER
statsSource = new MarkovEstimatorProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.MARKOVPROFILER, 0, statsSource);