Page MenuHomePhabricator

Change XHProf output format
ClosedPublic

Authored by joshuaspence on Apr 23 2015, 12:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 11:03 PM
Unknown Object (File)
Wed, Mar 6, 3:16 AM
Unknown Object (File)
Feb 5 2024, 6:16 PM
Unknown Object (File)
Feb 3 2024, 6:49 PM
Unknown Object (File)
Feb 3 2024, 6:02 PM
Unknown Object (File)
Jan 20 2024, 11:47 PM
Unknown Object (File)
Jan 20 2024, 11:44 PM
Unknown Object (File)
Jan 6 2024, 3:38 PM
Subscribers
Tokens
"Doubloon" token, awarded by epriestley.

Details

Summary

Currently the output from --xprofile is in compatible with the XHProf application. Specifically, the XHProf application expects JSON encoded data.

Test Plan
  1. Ran a command with --xprofile=profile.json.
  2. Uploaded the profile via arc upload xprofile.json.
  3. Retried the PHID of the uploaded file with echo '{"names": ["Fxxx"]}' | arc call-conduit phid.lookup.
  4. Went to /xhprof/profile/PHID-FILE-xxxxxxxxxxxxxxxxxxxx and saw the profile.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Change XHProf output format.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 23 2015, 12:51 AM
This revision was automatically updated to reflect the committed changes.