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.
プログラム内の特定の管理対象アセンブリのメモリ割り当てを測定したい。実行時に特定の管理対象アセンブリによって割り当てられるメモリの量を決定する方法/ツールはありますか?
CLRには割り当てティックETLイベントがありますが、100Kbの割り当てごとに1回だけ発生します。プログラムが十分に長く実行される(十分なメモリが割り当てられる)場合、データは非常に正確である可能性があります。
Perfview(http://www.microsoft.com/en-us/download/details.aspx?id=28567)を使用して、割り当てティックイベントのコールスタックを表示できます。