com.google.caliper
Class LogConstants
java.lang.Object
com.google.caliper.LogConstants
public final class LogConstants
- extends Object
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.