// 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);
// SPECEXEC PROFILER
statsSource = new SpecExecProfilerStats(this);
this.statsAgent.registerStatsSource(SysProcSelector.SPECEXECPROFILER, 0, statsSource);