0
読書https://blackfire.io/docs/reference-guide/php-sdkは私がBlackfireでコードの一部のみをプロファイルする方法は?
$プローブインスタンスはまた、あなたのコードの楽器を正確一部にのみ使用することができます
しかし
<?php
require __DIR__.'/vendor/autoload.php';
$blackfire = new \Blackfire\Client();
spl_autoload_call('\SendinBlue\Base32');
$probe = $blackfire->createProbe(null, false);
$probe->enable();
\SendinBlue\Base32::decode(\SendinBlue\Base32::encode('Test'));
$probe->disable();
$blackfire->endProbe($probe);
は私にthe following graphを得ることを参照してください。
しかし、私は唯一の私はこれを行うことができますどのようにベンチマーク
`\SendinBlue\Base32::decode(\SendinBlue\Base32::encode('Test'));`
にしたいですか?