The Blackfire CLI tool can upload any profile generated by the following tools:
To upload a profile, you need to install the Blackfire CLI tool.
You can now use blackfire upload
to upload profiles:
1 | $ blackfire upload profile.callgrind
|
At the end of the upload, blackfire
outputs the URL where the profile can
be found.
You can even ask Blackfire to aggregate several files into one:
1 | $ blackfire upload profile1.callgrind profile2.callgrind profile3.callgrind ...
|