未验证 提交 44063a9b 编写于 作者: O openharmony_ci 提交者: Gitee

!1476 process接口修改

Merge pull request !1476 from zengyawen/master
......@@ -599,36 +599,6 @@ Obtains the duration, in milliseconds, from the time the system starts to the ti
```
## process.getAvailableCores<sup>8+</sup><a name="section168171781714"></a>
getAvailableCores\(\) :number\[\]
Obtains the number of CPU cores available for the current process on a multi-core device.
- Return values
<a name="table164412912250"></a>
<table><thead align="left"><tr id="row7441229172510"><th class="cellrowborder" valign="top" width="20.990000000000002%" id="mcps1.1.3.1.1"><p id="p1144162952513"><a name="p1144162952513"></a><a name="p1144162952513"></a>Type</p>
</th>
<th class="cellrowborder" valign="top" width="79.01%" id="mcps1.1.3.1.2"><p id="p194442942512"><a name="p194442942512"></a><a name="p194442942512"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row844142919253"><td class="cellrowborder" valign="top" width="20.990000000000002%" headers="mcps1.1.3.1.1 "><p id="p364463482517"><a name="p364463482517"></a><a name="p364463482517"></a>number[]</p>
</td>
<td class="cellrowborder" valign="top" width="79.01%" headers="mcps1.1.3.1.2 "><p id="p104402911252"><a name="p104402911252"></a><a name="p104402911252"></a>Number of cores available for the process.</p>
</td>
</tr>
</tbody>
</table>
- Example
```
var result = getAvailableCores();
```
## process.getPastCputime<sup>8+</sup><a name="section93991533201718"></a>
......
......@@ -251,24 +251,6 @@ getStartRealtime() :number
var realtime = process.getStartRealtime();
```
## process.getAvailableCores<sup>8+</sup>
getAvailableCores() :number[]
获取多核设备上当前进程可用的CPU内核。
- 返回值:
| 类型 | 说明 |
| -------- | -------- |
| number[] | 返回可用内核数。 |
- 示例:
```
var result = getAvailableCores();
```
## process.getPastCputime<sup>8+</sup>
getPastCputime() :number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册