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.
私は通常、gprof+gprof2dot.pyを使用してC++コードのプロファイルを作成します。私が使用している新しいコードは非常に長い関数名を使用しているため、gprof2dot.pyを使用したグラフィカルな結果は混乱します。小さなボックスに収まるように関数名を短くするにはどうすればよいのでしょうか。
gprof2py を使用してラベルを絞り込むことができます。これはあなたが探していたものですか?