Skip to content

Commit

Permalink
Update .blackfire.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 9, 2018
1 parent 6d6eeb2 commit f588b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .blackfire.yml
Expand Up @@ -4,5 +4,5 @@ metrics:
matching_calls:
php:
- callee:
selector: '=Composer\Util\ProcessExecutor::execute' # aggregate the costs of all Cache::write calls
argument: { 1: "^" } # but create separate nodes by the first argument value
selector: '=Composer\Util\ProcessExecutor::execute' # aggregate the costs of all ProcessExecutor::execute calls
argument: { 1: "^" } # but create separate nodes by the first argument value

0 comments on commit f588b48

Please sign in to comment.