Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93840730
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
Sun, Dec 1, 22:37
Size
757 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 22:37 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
22711366
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