Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93079595
PhabricatorXHProfSample.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 01:32
Size
757 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 01:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22569094
Attached To
rPH Phabricator
PhabricatorXHProfSample.php
View Options
<?php
final
class
PhabricatorXHProfSample
extends
PhabricatorXHProfDAO
{
protected
$filePHID
;
protected
$usTotal
;
protected
$sampleRate
;
protected
$hostname
;
protected
$requestPath
;
protected
$controller
;
protected
$userPHID
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'sampleRate'
=>
'uint32'
,
'usTotal'
=>
'uint64'
,
'hostname'
=>
'text255?'
,
'requestPath'
=>
'text255?'
,
'controller'
=>
'text255?'
,
'userPHID'
=>
'phid?'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'filePHID'
=>
array
(
'columns'
=>
array
(
'filePHID'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment