未验证 提交 7e83e3c2 编写于 作者: Z zengyawen 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-hidebug.md.

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 4f4f9437
......@@ -45,8 +45,8 @@ getNativeHeapAllocatedSize(): bigint
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | --------------------------------- |
| bigint | 返回native heap内存的已分配内存,单位为kB。 |
......@@ -68,13 +68,12 @@ getNativeHeapFreeSize(): bigint
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | ------------------------------- |
| bigint | 返回native heap内存的空闲内存,单位为kB。 |
**示例:**
```js
let nativeHeapFreeSize = hidebug.getNativeHeapFreeSize();
......@@ -89,13 +88,12 @@ getPss(): bigint
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | ------------------------- |
| bigint | 返回应用进程PSS内存大小,单位为kB。 |
**示例:**
```js
let pss = hidebug.getPss();
......@@ -110,8 +108,8 @@ getSharedDirty(): bigint
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | -------------------------- |
| bigint | 返回进程的共享脏内存大小,单位为kB。 |
......@@ -130,8 +128,8 @@ getPrivateDirty(): bigint
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | -------------------------- |
| bigint | 返回进程的私有脏内存大小,单位为kB。 |
......@@ -152,8 +150,8 @@ getCpuUsage(): number
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:**
| 类型 | 说明 |
| ------ | -------------------------- |
| number | 获取进程的cpu占用率。 |
......@@ -245,6 +243,7 @@ getServiceDump(serviceid : number) : string
| serviceid | number | 是 | 基于该用户输入的service id获取系统服务信息。|
**返回值:**
| 类型 | 说明 |
| ------ | -------------------------- |
| string | 返回dump的service信息文件的绝对路径。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册