Searched refs:timeSpent (Results 1 – 5 of 5) sorted by relevance
94 timeSpent: 0 property164 var timeSpent = finishedAt - context.stats.startedAt;167 context.stats.timeSpent = timeSpent;
41 public $timeSpent = 0; variable in dokuwiki\\plugin\\aichat\\Embeddings313 $this->timeSpent = round(microtime(true) - $time, 2);317 ['count' => count($chunks), 'time' => $this->timeSpent, 'query' => $query]
98 'source.time' => $this->helper->getEmbeddings()->timeSpent,
453 console.log(output.stats.timeSpent); // time spent on optimizations in milliseconds
25491 timeSpent = endTime - startTime;25493 assert.ok(timeSpent < maxMs, 'operation took ' + timeSpent + 'ms');