public Monitor start(String name) {
   JamonMonitor monitor = new JamonMonitor(monitorFactory.start(name));
   return monitor;
 }