持っているアプリケーションのプロファイルを作成しようとしていますが、(wxWidgets で作成された) UI に関連するものを gprof のコールグラフなどに表示したくありません。どうすればよいですか?
1 に答える
0
gprof の man ページから:
-E name
suppresses the displaying of the graph profile entry for routine
name (and its descendants) as -e, above, and also excludes the
time spent in name (and its descendants) from the total and per-
centage time computations. (For example, -E mcount and all of
the other monitor(3) routines are excluded by default.)
于 2011-01-01T13:42:16.863 に答える