com.google.caliper.worker
Class WorkerMain

java.lang.Object
  extended by com.google.caliper.worker.WorkerMain

public final class WorkerMain
extends Object

This class is invoked as a subprocess by the Caliper runner parent process; it re-stages the benchmark and hands it off to the instrument's worker.


Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.