Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896700
xhprof.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
559 B
Referenced Files
None
Subscribers
None
xhprof.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_xhprof
.
xhprof_sample
(
`
id
`
BIGINT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
`
filePHID
`
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
`
sampleRate
`
INT
NOT
NULL
,
`
usTotal
`
BIGINT
UNSIGNED
NOT
NULL
,
`
hostname
`
VARCHAR
(
255
)
COLLATE
utf8_bin
,
`
requestPath
`
VARCHAR
(
255
)
COLLATE
utf8_bin
,
`
controller
`
VARCHAR
(
255
)
COLLATE
utf8_bin
,
`
userPHID
`
VARCHAR
(
64
)
COLLATE
utf8_bin
,
`
dateCreated
`
BIGINT
UNSIGNED
NOT
NULL
,
`
dateModified
`
BIGINT
UNSIGNED
NOT
NULL
,
UNIQUE
KEY
(
filePHID
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jan 19 2025, 23:26 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129897
Default Alt Text
xhprof.sql (559 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment