summaryrefslogtreecommitdiff
path: root/test/common/README.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-11 13:55:26 -0700
committerRich Trott <rtrott@gmail.com>2019-06-13 23:01:40 -0700
commit4928c2f3b121b54169fd5d51872c673df9c27cae (patch)
treeeb2fe8eb1e9c1a0aa40a050eb256e7ee61fe4b46 /test/common/README.md
parent06c818a464b58831ed7be37e5a8412fc9a9b6eae (diff)
downloadandroid-node-v8-4928c2f3b121b54169fd5d51872c673df9c27cae.tar.gz
android-node-v8-4928c2f3b121b54169fd5d51872c673df9c27cae.tar.bz2
android-node-v8-4928c2f3b121b54169fd5d51872c673df9c27cae.zip
test: remove unused `output` argument for `getFrames()`
PR-URL: https://github.com/nodejs/node/pull/28183 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/common/README.md')
-rw-r--r--test/common/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/common/README.md b/test/common/README.md
index a60a60ce20..1f47baf7a8 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -450,9 +450,8 @@ Windows and `30` elsewhere.
Returns an array of all `.cpuprofile` files found in `dir`.
-### getFrames(output, file, suffix)
+### getFrames(file, suffix)
-* `output` Unused.
* `file` {string} Path to a `.cpuprofile` file.
* `suffix` {string} Suffix of the URL of call frames to retrieve.
* returns { frames: [&lt;Object>], nodes: [&lt;Object>] }