UNPKG

@memlab/cli

Version:

command line interface for memlab

59 lines 1.45 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 */ export declare const OptionNames: { DEBUG: string; HELP: string; ML_LINKAGE_MAX_DIST: string; ML_CLUSTERING_MAX_DF: string; ML_CLUSTERING: string; RUN_NUM: string; SC: string; CONTINUS_TEST: string; WORK_DIR: string; SILENT: string; VERBOSE: string; LEAK_FILTER: string; BASELINE: string; FINAL: string; NODE_ID: string; ENGINE: string; IGNORE_LEAK_CLUSTER_SIZE_BELOW: string; SAVE_TRACE_AS_UNCLASSIFIED_CLUSTER: string; TRACE_OBJECT_SIZE_ABOVE: string; SNAPSHOT_DIR: string; SNAPSHOT: string; TARGET: string; TRACE_ALL_OBJECTS: string; APP: string; DISABLE_WEB_SECURITY: string; DISABLE_XVFB: string; REWRITE_JS: string; FULL: string; HEADFUL: string; INTERACTION: string; LOCAL_PUPPETEER: string; RUN_MODE: string; SCENARIO: string; DEVICE: string; USER_AGENT: string; SKIP_EXTRA_OPS: string; SKIP_EXTRA_OP: string; SKIP_GC: string; SKIP_SCREENSHOT: string; SKIP_SCROLL: string; SKIP_SNAPSHOT: string; SKIP_WARMUP: string; }; export declare const OptionShortcuts: { H: string; S: string; V: string; }; //# sourceMappingURL=constant.d.ts.map