UNPKG

@memlab/cli

Version:

command line interface for memlab

142 lines 4.12 kB
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @oncall memory_lab */ declare const optionConstants: { optionNames: { APP: string; BASELINE: string; CLEAN_UP_SNAPSHOT: string; CONTINUS_TEST: string; CONTROL_SNAPSHOT: string; CONTROL_WORK_DIR: string; CHROMIUM_BINARY: string; CHROMIUM_PROTOCOL_TIMEOUT: string; DEVICE: string; DISABLE_WEB_SECURITY: string; DISABLE_XVFB: string; DISPLAY_LEAK_OUTLINES: string; ENGINE: string; FINAL: string; FULL: string; HEADFUL: string; HEAP_ANALYSIS_PLUGIN_FILE: string; HEAP_PARSER_DICT_FAST_STORE_SIZE: string; HELP: string; IGNORE_LEAK_CLUSTER_SIZE_BELOW: string; INTERACTION: string; LEAK_FILTER: string; LOCAL_PUPPETEER: string; LOG_SCRIPT: string; MAX_CLUSTER_SAMPLE_SIZE: string; ML_CLUSTERING: string; ML_CLUSTERING_MAX_DF: string; ML_LINKAGE_MAX_DIST: string; NODE_ID: string; REWRITE_JS: string; RUN_MODE: string; RUN_NUM: string; SAVE_TRACE_AS_UNCLASSIFIED_CLUSTER: string; SC: string; SCENARIO: string; SILENT: string; SKIP_EXTRA_OP: string; SKIP_EXTRA_OPS: string; SKIP_GC: string; SKIP_SCREENSHOT: string; SKIP_SCROLL: string; SKIP_SNAPSHOT: string; SKIP_WARMUP: string; SNAPSHOT: string; SNAPSHOT_DIR: string; TARGET: string; TRACE_ALL_OBJECTS: string; TRACE_CONTAINS: string; TRACE_OBJECT_SIZE_ABOVE: string; TREATMENT_SNAPSHOT: string; TREATMENT_WORK_DIR: string; USER_AGENT: string; VERBOSE: string; WORK_DIR: string; WORKER_TITLE: string; DEBUG: string; }; optionShortcuts: { H: string; S: string; V: string; }; }; export type OptionConstants = typeof optionConstants; declare const _default: { optionNames: { APP: string; BASELINE: string; CLEAN_UP_SNAPSHOT: string; CONTINUS_TEST: string; CONTROL_SNAPSHOT: string; CONTROL_WORK_DIR: string; CHROMIUM_BINARY: string; CHROMIUM_PROTOCOL_TIMEOUT: string; DEVICE: string; DISABLE_WEB_SECURITY: string; DISABLE_XVFB: string; DISPLAY_LEAK_OUTLINES: string; ENGINE: string; FINAL: string; FULL: string; HEADFUL: string; HEAP_ANALYSIS_PLUGIN_FILE: string; HEAP_PARSER_DICT_FAST_STORE_SIZE: string; HELP: string; IGNORE_LEAK_CLUSTER_SIZE_BELOW: string; INTERACTION: string; LEAK_FILTER: string; LOCAL_PUPPETEER: string; LOG_SCRIPT: string; MAX_CLUSTER_SAMPLE_SIZE: string; ML_CLUSTERING: string; ML_CLUSTERING_MAX_DF: string; ML_LINKAGE_MAX_DIST: string; NODE_ID: string; REWRITE_JS: string; RUN_MODE: string; RUN_NUM: string; SAVE_TRACE_AS_UNCLASSIFIED_CLUSTER: string; SC: string; SCENARIO: string; SILENT: string; SKIP_EXTRA_OP: string; SKIP_EXTRA_OPS: string; SKIP_GC: string; SKIP_SCREENSHOT: string; SKIP_SCROLL: string; SKIP_SNAPSHOT: string; SKIP_WARMUP: string; SNAPSHOT: string; SNAPSHOT_DIR: string; TARGET: string; TRACE_ALL_OBJECTS: string; TRACE_CONTAINS: string; TRACE_OBJECT_SIZE_ABOVE: string; TREATMENT_SNAPSHOT: string; TREATMENT_WORK_DIR: string; USER_AGENT: string; VERBOSE: string; WORK_DIR: string; WORKER_TITLE: string; DEBUG: string; }; optionShortcuts: { H: string; S: string; V: string; }; }; export default _default; //# sourceMappingURL=OptionConstant.d.ts.map