com.google.caliper
Class LogConstants

java.lang.Object
  extended by com.google.caliper.LogConstants

public final class LogConstants
extends Object


Field Summary
static String CALIPER_LOG_PREFIX
          Must be prepended to any logs that are to be included in the run event log.
static String MEASURED_SECTION_DONE
           
static String MEASURED_SECTION_STARTING
          All events will be logged from when MEASURED_SECTION_STARTING is logged until MEASURED_SECTION_DONE is logged.
static String MEASUREMENT_JSON_PREFIX
           
static String SCENARIO_FINISHED
           
static String SCENARIO_JSON_PREFIX
          Must be prepended to line of XML that represents normalized scenario.
static String SCENARIOS_FINISHED
           
static String SCENARIOS_STARTING
           
static String STARTING_SCENARIO_PREFIX
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCENARIO_JSON_PREFIX

public static final String SCENARIO_JSON_PREFIX
Must be prepended to line of XML that represents normalized scenario.

See Also:
Constant Field Values

MEASUREMENT_JSON_PREFIX

public static final String MEASUREMENT_JSON_PREFIX
See Also:
Constant Field Values

CALIPER_LOG_PREFIX

public static final String CALIPER_LOG_PREFIX
Must be prepended to any logs that are to be included in the run event log.

See Also:
Constant Field Values

SCENARIOS_STARTING

public static final String SCENARIOS_STARTING
See Also:
Constant Field Values

STARTING_SCENARIO_PREFIX

public static final String STARTING_SCENARIO_PREFIX
See Also:
Constant Field Values

SCENARIO_FINISHED

public static final String SCENARIO_FINISHED
See Also:
Constant Field Values

SCENARIOS_FINISHED

public static final String SCENARIOS_FINISHED
See Also:
Constant Field Values

MEASURED_SECTION_STARTING

public static final String MEASURED_SECTION_STARTING
All events will be logged from when MEASURED_SECTION_STARTING is logged until MEASURED_SECTION_DONE is logged.

See Also:
Constant Field Values

MEASURED_SECTION_DONE

public static final String MEASURED_SECTION_DONE
See Also:
Constant Field Values


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