2

我已被添加到计时器分析器部分的海关数据中,但似乎我在对其进行分组时遇到了问题。

我的代码看起来像:

if (null !== $this->stopwatch) {
    $e = $this->stopwatch->start($name.'.ws', 'webservice');
}

$soap->myWebServiceCall();

if (null !== $this->stopwatch) {
    $e->stop();
}

stopwatch指的是服务与id debug.stopwatch

正如您在下面的屏幕显示中所见,它无法将结果分组到“Web 服务”类别中。(它当前将它们存储在“默认”部分下)。

怎么了 ?谢谢。

计时器分析器

4

0 回答 0