@memlab/cli 1.0.27 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeakClusterSizeThresholdOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/LeakClusterSizeThresholdOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAGxC,MAAM,CAAC,OAAO,OAAO,8BAA+B,SAAQ,UAAU;IACpE,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;
|
|
1
|
+
{"version":3,"file":"LeakClusterSizeThresholdOption.d.ts","sourceRoot":"","sources":["../../../src/options/heap/LeakClusterSizeThresholdOption.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAGxC,MAAM,CAAC,OAAO,OAAO,8BAA+B,SAAQ,UAAU;IACpE,aAAa,IAAI,MAAM;IAIvB,cAAc,IAAI,MAAM;IAOxB,gBAAgB,IAAI,MAAM,EAAE;IAItB,KAAK,CAAC,MAAM,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;CAQnE"}
|
|
@@ -28,7 +28,8 @@ class LeakClusterSizeThresholdOption extends core_1.BaseOption {
|
|
|
28
28
|
return OptionConstant_1.default.optionNames.IGNORE_LEAK_CLUSTER_SIZE_BELOW;
|
|
29
29
|
}
|
|
30
30
|
getDescription() {
|
|
31
|
-
return 'ignore memory leaks with aggregated retained size
|
|
31
|
+
return ('ignore memory leaks with aggregated retained size ' +
|
|
32
|
+
'smaller than the threshold (in bytes)');
|
|
32
33
|
}
|
|
33
34
|
getExampleValues() {
|
|
34
35
|
return ['1000', '1000000'];
|