DynamoRIO API
histogram_create.h File Reference

DrMemtrace tool that computes the most-referenced cache lines. More...

#include "analysis_tool.h"

Functions

analysis_tool_thistogram_tool_create (unsigned int line_size=64, unsigned int report_top=10, unsigned int verbose=0)
 

Detailed Description

DrMemtrace tool that computes the most-referenced cache lines.

Function Documentation

◆ histogram_tool_create()

analysis_tool_t* histogram_tool_create ( unsigned int  line_size = 64,
unsigned int  report_top = 10,
unsigned int  verbose = 0 
)

Creates an analysis tool which computes the most-referenced cache lines. The options are currently documented in Simulator Parameters.