* override of initBechmarks allows us to collect staticstics on embedded compilers
*/
public void initBenchmarks()
{
super.initBenchmarks(); // set up the primary benchmarkers
benchmarkEmbeddedHelper = new CompilerBenchmarkHelper(getName());
benchmarkEmbeddedHelper.initBenchmarks();
// now pass down the embedded helper to our sub compilers.
// (they will in turn send it as the main helper to their embedded asc compilers)
intfc.setHelper(benchmarkEmbeddedHelper, true);