import { StackLayout } from "tns-core-modules/ui/layouts/stack-layout"; import { TextView } from "tns-core-modules/ui/text-view"; import { Button } from "tns-core-modules/ui/button"; import * as tests from "./tests"; const c = [10, 100, 1000, 10000, 100000]; function getStack(stack: StackLayout): StackLayout { let p = new StackLayout(); stack.removeChildren(); stack.addChild(p); return p; } let runner; export function onNavigatingFrom() { clearInterval(runner); } export function onTap3(args) { let btn =