Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14114954
D7483.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
518 B
Referenced Files
None
Subscribers
None
D7483.diff
View Options
Index: src/serviceprofiler/PhutilServiceProfiler.php
===================================================================
--- src/serviceprofiler/PhutilServiceProfiler.php
+++ src/serviceprofiler/PhutilServiceProfiler.php
@@ -143,6 +143,9 @@
}
$desc = "{$call} (".implode(', ', $params).")";
break;
+ case 'conduit':
+ $desc = $data['method'];
+ break;
}
} else if ($is_end) {
$desc = number_format((int)(1000000 * $data['duration'])).' us';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 9:51 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6804880
Default Alt Text
D7483.diff (518 B)
Attached To
Mode
D7483: Format conduit call information in ServiceProfiler
Attached
Detach File
Event Timeline
Log In to Comment