#include <dr_defines.h>
Data Fields | |
size_t | size |
uint64 | basic_block_count |
uint64 | peak_num_threads |
uint64 | num_threads_created |
Used by dr_get_stats() and dr_app_stop_and_cleanup_with_stats()
uint64 _dr_stats_t::basic_block_count |
The total number of basic blocks ever built so far, globally. This includes duplicates and blocks that were deleted for consistency or capacity reasons or thread-private caches.
uint64 _dr_stats_t::num_threads_created |
Accumulated total number of threads encountered by DR.
uint64 _dr_stats_t::peak_num_threads |
Peak number of simultaneous threads under DR control.
size_t _dr_stats_t::size |
The size of this structure. Set this to sizeof(dr_stats_t).