Skip to content

Commit

Permalink
Merge pull request #102 from sj-i/fix-speedscope-profile-name
Browse files Browse the repository at this point in the history
fix the name of speedscope profile data
  • Loading branch information
sj-i authored Oct 8, 2021
2 parents 931c805 + f2af8ad commit e3c2ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Converter/SpeedscopeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private function collectFrames(iterable $call_frames): array
],
'profiles' => [[
'type' => 'sampled',
'name' => 'test',
'name' => 'php profile',
'unit' => 'none',
'startValue' => 0,
'endValue' => $counter,
Expand Down

0 comments on commit e3c2ee7

Please sign in to comment.