未验证 提交 6d014d22 编写于 作者: O openharmony_ci 提交者: Gitee

!3474 hidebug Mark coding language type

Merge pull request !3474 from jiangyuan0000/master
......@@ -7,7 +7,7 @@
## 导入模块
```
```js
import hidebug from '@ohos.hidebug';
```
......@@ -28,7 +28,7 @@ getNativeHeapSize(): bigint
**示例:**
```
```js
let nativeHeapSize = hidebug.getNativeHeapSize();
```
......@@ -49,7 +49,7 @@ getNativeHeapAllocatedSize(): bigint
**示例:**
```
```js
let nativeHeapAllocatedSize = hidebug.getNativeHeapAllocatedSize();
```
......@@ -70,7 +70,7 @@ getNativeHeapFreeSize(): bigint
**示例:**
```
```js
let nativeHeapFreeSize = hidebug.getNativeHeapFreeSize();
```
......@@ -91,7 +91,7 @@ getPss(): bigint
**示例:**
```
```js
let pss = hidebug.getPss();
```
......@@ -112,7 +112,7 @@ getSharedDirty(): bigint
**示例:**
```
```js
let sharedDirty = hidebug.getSharedDirty();
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册