問題タブ [callgrind]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
119 問題
0
投票する
1
に答える
855
参照
valgrind - コールグラフの生成とプロファイリングのための最小限の callgrind コマンド
プログラムのプロファイリングに callgrind を使用したいのですが、速度が遅すぎます。私がやりたいことは、kcachegrind を使用してコールグラフを生成することです。ここで、すべてのノードは、プログラムがどの関数でどれだけの割合を費やしたかを示します。この情報が引き続き生成されるように、パフォーマンスを向上させるために安全に無効にできる機能を教えてください。
どうもありがとう!