From 220ade650fd0ff2e32f923facabc2b97857604a1 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 14 Feb 2022 03:01:34 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-process.md. Signed-off-by: zengyawen --- .../reference/apis/js-apis-process.md | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-process.md b/en/application-dev/reference/apis/js-apis-process.md index 3d828c219c..40c0baf56e 100644 --- a/en/application-dev/reference/apis/js-apis-process.md +++ b/en/application-dev/reference/apis/js-apis-process.md @@ -599,36 +599,6 @@ Obtains the duration, in milliseconds, from the time the system starts to the ti ``` -## process.getAvailableCores8+ - -getAvailableCores\(\) :number\[\] - -Obtains the number of CPU cores available for the current process on a multi-core device. - -- Return values - - - - - - - - - - -

Type

-

Description

-

number[]

-

Number of cores available for the process.

-
- - -- Example - - ``` - var result = getAvailableCores(); - ``` - ## process.getPastCputime8+ -- GitLab