jenkins-bot has submitted this change and it was merged.

Change subject: API profiling
......................................................................


API profiling

Change-Id: I17265e14b43cc08d5a8edb6f6d04a31507b371f7
---
M includes/api/ApiResponse.php
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  MaxSem: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/api/ApiResponse.php b/includes/api/ApiResponse.php
index 521e9b2..b939163 100644
--- a/includes/api/ApiResponse.php
+++ b/includes/api/ApiResponse.php
@@ -20,6 +20,8 @@
         * @see ApiBase::execute
         */
        public function execute() {
+               $profileSection = new \ProfileSection( __METHOD__ );
+
                $params = $this->extractRequestParams();
                $claims = $this->extractClaims( $params['claims'] );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/169930
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I17265e14b43cc08d5a8edb6f6d04a31507b371f7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiGrok
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to