--- title: "dynamorio::drmemtrace::analysis_tool_tmpl_t< RecordType >::interval_state_snapshot_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1analysis__tool__tmpl__t_1_1interval__state__snapshot__t.html ---
DynamoRIO
|
#include <analysis_tool.h>
Struct that stores details of a tool's state snapshot at an interval. This is useful for computing and combining interval results. Tools should inherit from this struct to define their own state snapshot structs. Tools do not need to supply any values to construct this base struct; they can simply use the default constructor. The members of this base class will be set by the framework automatically.