Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts111 private hintTimeOut: number = -1; property in SpRecordTrace
316 this.hintTimeOut = window.setTimeout(() => {
323 if (this.hintTimeOut !== -1) {
324 window.clearTimeout(this.hintTimeOut);
325 this.hintTimeOut = -1;