Gromacs
2026.0-dev-20241121-c76fa1e
|
#include <gromacs/timing/include/gromacs/timing/wallcycle.h>
Counters for an individual wallcycle timing region.
Public Attributes | |
int | n = 0 |
Counter for number of times this timing region has been opened. | |
gmx_cycles_t | c = 0 |
Counter for total number of cycles in this timing region. | |
gmx_cycles_t | start |
Start time (in cycles) for the last time this timing region was opened. | |