Home
last modified time | relevance | path

Searched refs:createTimer (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/compiler/
Dperformance.ts15 return condition ? createTimer(measureName, startMarkName, endMarkName) : nullTimer;
18 …export function createTimer(measureName: string, startMarkName: string, endMarkName: string): Time… function
Dsourcemap.ts8 ? performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
Demitter.ts308 const { enter, exit } = performance.createTimer("printTime", "beforePrint", "afterPrint");
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_systemTimer.js25 createTimer: function (...args) { method
/third_party/flutter/flutter/packages/flutter/test/scheduler/
Dscheduler_test.dart120 createTimer: (Zone self, ZoneDelegate parent, Zone zone, Duration duration, void f()) {
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dtestbed.dart104createTimer: (Zone self, ZoneDelegate parent, Zone zone, Duration duration, void Function() timer)…
105 final Timer result = parent.createTimer(zone, duration, timer);
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart882 createTimer: (Zone self, ZoneDelegate parent, Zone zone, Duration duration, void f()) {
883 return Zone.root.createTimer(duration, f);
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt782 dart:async,_RootZone,createTimer
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt626 dart:async,_CustomZone,createTimer
897 dart:async,_ZoneSpecification,get:createTimer
/third_party/typescript/lib/
Dtsc.js2772 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
2775 function createTimer(measureName, startMarkName, endMarkName) { function
2796 performance.createTimer = createTimer;
69000 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
82440 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…
DtypingsInstaller.js3280 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
3283 function createTimer(measureName, startMarkName, endMarkName) { function
3304 performance.createTimer = createTimer;
82083 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
100971 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…
Dtypescript.js3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
3488 function createTimer(measureName, startMarkName, endMarkName) { function
3509 performance.createTimer = createTimer;
82288 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
101176 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…
DtypescriptServices.js3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
3488 function createTimer(measureName, startMarkName, endMarkName) { function
3509 performance.createTimer = createTimer;
82288 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
101176 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…
Dtsserverlibrary.js3485 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
3488 function createTimer(measureName, startMarkName, endMarkName) { function
3509 performance.createTimer = createTimer;
82288 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
101176 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…
Dtsserver.js3291 … return condition ? createTimer(measureName, startMarkName, endMarkName) : performance.nullTimer;
3294 function createTimer(measureName, startMarkName, endMarkName) { function
3315 performance.createTimer = createTimer;
82094 ? ts.performance.createTimer("Source Map", "beforeSourcemap", "afterSourcemap")
100982 …var _b = ts.performance.createTimer("printTime", "beforePrint", "afterPrint"), enter = _b.enter, e…