more tracing

This commit is contained in:
Andrew Dolgov
2023-04-09 22:15:16 +03:00
parent d68c736e47
commit e18295a364
8 changed files with 92 additions and 31 deletions

View File

@@ -106,7 +106,7 @@ class RPC extends Handler_Protected {
}
function getAllCounters(): void {
$scope = Tracer::start(__FUNCTION__);
$scope = Tracer::start(__METHOD__);
@$seq = (int) $_REQUEST['seq'];