|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/nbnxm/pairsearch.h>
Collaboration diagram for gmx::SearchCycleCounting:Struct for collecting detailed cycle counts for the search.
Public Member Functions | |
| void | start (const int enbsCC) |
| Start a pair search cycle counter. | |
| void | stop (const int enbsCC) |
| Stop a pair search cycle counter. | |
| void | printCycles (FILE *fp, ArrayRef< const PairsearchWork > work) const |
Print the cycle counts to fp. | |
Public Attributes | |
| bool | recordCycles_ = false |
| Tells whether we record cycles. | |
| int | searchCount_ = 0 |
| The number of times pairsearching has been performed, local+non-local count as 1. | |
| nbnxn_cycle_t | cc_ [enbsCCnr] |
| The set of cycle counters. | |
1.8.5