Files
NativeScript/apps/automated/app/pages/performance-test/test-big.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

8 lines
225 B
TypeScript

import * as observable from '@nativescript/core/data/observable';
declare function __stopCPUProfiler(name: string);
export function pageLoaded(args: observable.EventData) {
__stopCPUProfiler('xml-performance-test-big');
}