mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
change bytrace SysCap
Signed-off-by: wenlong12 <wenlong12@huawei.com> Signed-off-by: wenlong12 <wwx1097114@DESKTOP-2021EGU.localdomain>
This commit is contained in:
parent
3c827942d5
commit
6069e6a7d0
8
api/@ohos.bytrace.d.ts
vendored
8
api/@ohos.bytrace.d.ts
vendored
@ -36,7 +36,7 @@
|
||||
*
|
||||
* @deprecated
|
||||
* @since 7
|
||||
* @syscap SystemCapability.Developtools.Bytrace
|
||||
* @syscap SystemCapability.HiviewDFX.HiTrace
|
||||
*/
|
||||
declare namespace bytrace {
|
||||
/**
|
||||
@ -49,7 +49,7 @@ declare namespace bytrace {
|
||||
*
|
||||
* @deprecated
|
||||
* @since 7
|
||||
* @syscap SystemCapability.Developtools.Bytrace
|
||||
* @syscap SystemCapability.HiviewDFX.HiTrace
|
||||
* @param name Indicates the task name.
|
||||
* @param taskId The unique id used to distinguish the tasks and match with the id in follow finishTrace.
|
||||
* @param expectedTime Indicates the expected time required for completing the task, in milliseconds.
|
||||
@ -64,7 +64,7 @@ declare namespace bytrace {
|
||||
*
|
||||
* @deprecated
|
||||
* @since 7
|
||||
* @syscap SystemCapability.Developtools.Bytrace
|
||||
* @syscap SystemCapability.HiviewDFX.HiTrace
|
||||
* @param name Indicates the task name. It must be the same whith the {@code name} of startTrace.
|
||||
* @param taskId The unique id used to distinguish the tasks and must be the same whith the .
|
||||
* {@code taskId} of startTrace.
|
||||
@ -76,7 +76,7 @@ declare namespace bytrace {
|
||||
*
|
||||
* @deprecated
|
||||
* @since 7
|
||||
* @syscap SystemCapability.Developtools.Bytrace
|
||||
* @syscap SystemCapability.HiviewDFX.HiTrace
|
||||
* @param name Indicates the name used to identify the count.
|
||||
* @param count Indicates the number of the count.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user