Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Erlang コードをネイティブ コンパイルに切り替えることで、パフォーマンスの改善を検討しています (ネイティブ オプションと{hipe, [verbose]})。
{hipe, [verbose]}
Erlang ローダーが実際にビーム ファイルのネイティブ コードを使用していることを確認するにはどうすればよいですか?
ローダーが何をしているのかを知るための詳細ログ オプションはありますか?