Files
2019-06-26 15:13:48 +03:00

8 lines
226 B
TypeScript

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