STORMM Source Documentation
|
This is the complete list of members for stormm::mm::StopWatch, including all inherited members.
addCategory(const std::string &name) | stormm::mm::StopWatch | |
assignTime(int target, double reference_time) | stormm::mm::StopWatch | |
assignTime(int target=0) (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
assignTime(const std::string &target) (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
assignTime(const std::string &target, double reference_time) (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getCategoryAverageInterval(int query_index) const | stormm::mm::StopWatch | |
getCategoryAverageInterval(const std::string &query_name) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getCategoryDuration(int query_index) const | stormm::mm::StopWatch | |
getCategoryDuration(const std::string &query_name) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getCategoryIndex(const std::string &query, ExceptionResponse policy=ExceptionResponse::DIE) const | stormm::mm::StopWatch | |
getCategoryMaximumTime(int query_index) const | stormm::mm::StopWatch | |
getCategoryMaximumTime(const std::string &query_name) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getCategoryMinimumTime(int query_index) const | stormm::mm::StopWatch | |
getCategoryMinimumTime(const std::string &query_name) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getCategoryName(int query_index) const | stormm::mm::StopWatch | |
getCategorySamples(int query_index) const | stormm::mm::StopWatch | |
getCategorySamples(const std::string &query_name) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
getTimeAtLastTest() const | stormm::mm::StopWatch | |
getTimeAtStart() const | stormm::mm::StopWatch | |
getTimeSinceLastTest() const | stormm::mm::StopWatch | |
getTimeSinceStart() const | stormm::mm::StopWatch | |
getTotalDuration() const | stormm::mm::StopWatch | |
operator=(const StopWatch &original)=default (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
operator=(StopWatch &&original)=default (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
printResults(double precision=1.0e6) | stormm::mm::StopWatch | |
StopWatch(const std::string &title_in=std::string("Timer")) | stormm::mm::StopWatch | |
StopWatch(const StopWatch &original)=default | stormm::mm::StopWatch | |
StopWatch(StopWatch &&original)=default (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
timeDifferential(const std::string &catg_a, const std::string &catg_b, const std::string &referring_function=std::string("")) const | stormm::mm::StopWatch | |
timeDifferential(int catg_a, int catg_b, const std::string &referring_function=std::string("")) const (defined in stormm::mm::StopWatch) | stormm::mm::StopWatch | |
~StopWatch()=default | stormm::mm::StopWatch |