mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 00:52:33 +08:00
Add the this.toString in the profile traces (#4731)
This commit is contained in:
2
tns-core-modules/profiling/profiling.d.ts
vendored
2
tns-core-modules/profiling/profiling.d.ts
vendored
@ -125,6 +125,6 @@ export declare function startCPUProfile(name: string): void;
|
||||
export declare function stopCPUProfile(name: string): void;
|
||||
|
||||
/**
|
||||
* Gets the uptime of the current process in miliseconds.
|
||||
* Gets the uptime of the current process in milliseconds.
|
||||
*/
|
||||
export function uptime(): number;
|
||||
|
Reference in New Issue
Block a user