タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

allocとheapとprofileに関するmasterqのブックマーク (1)

  • Valgrind

    To use this tool, you must specify --tool=dhat on the Valgrind command line. DHAT is primarily a tool for examining how programs use their heap allocations. It tracks the allocated blocks, and inspects every memory access to find which block, if any, it is to. It presents, on a program point basis, information about these blocks such as sizes, lifetimes, numbers of reads and writes, and read and w

    masterq
    masterq 2022/12/22
    "DHAT is primarily a tool for examining how programs use their heap allocations."
  • 1