Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/
Dclean.js94 timeSpent: 0 property
164 var timeSpent = finishedAt - context.stats.startedAt;
167 context.stats.timeSpent = timeSpent;
/plugin/aichat/
DEmbeddings.php41 public $timeSpent = 0; variable in dokuwiki\\plugin\\aichat\\Embeddings
313 $this->timeSpent = round(microtime(true) - $time, 2);
317 ['count' => count($chunks), 'time' => $this->timeSpent, 'query' => $query]
/plugin/aichat/cli/
Dsimulate.php98 'source.time' => $this->helper->getEmbeddings()->timeSpent,
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md453 console.log(output.stats.timeSpent); // time spent on optimizations in milliseconds
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js25491 timeSpent = endTime - startTime;
25493 assert.ok(timeSpent < maxMs, 'operation took ' + timeSpent + 'ms');