// EXECUTOR PROFILERS
statsSource = new PartitionExecutorProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.EXECPROFILER, 0, statsSource);
// 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);