SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
proc_t (sim_t &s, util::string_view n) | |
void | occur () |
void | reset () |
void | merge (const proc_t &other) |
void | analyze () |
void | datacollection_begin () |
void | datacollection_end () |
const std::string & | name () const |
proc_t * | collect_count (bool collect=true) |
proc_t * | collect_interval (bool collect=true) |
Public Attributes | |
const std::string | name_str |
extended_sample_data_t | interval_sum |
extended_sample_data_t | count |