DynamoRIO API
_dr_stats_t Struct Reference

#include <dr_defines.h>

Data Fields

size_t size
 
uint64 basic_block_count
 
uint64 peak_num_threads
 
uint64 num_threads_created
 

Detailed Description

Field Documentation

◆ basic_block_count

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.

◆ num_threads_created

uint64 _dr_stats_t::num_threads_created

Accumulated total number of threads encountered by DR.

◆ peak_num_threads

uint64 _dr_stats_t::peak_num_threads

Peak number of simultaneous threads under DR control.

◆ size

size_t _dr_stats_t::size

The size of this structure. Set this to sizeof(dr_stats_t).


The documentation for this struct was generated from the following file: