Gromacs
2025-dev-20240906-b7d3419
|
#include <gromacs/mdrun/simulatorbuilder.h>
Collection of profiling information.
Public Member Functions | |
Profiling (t_nrnb *nrnb, gmx_walltime_accounting *walltimeAccounting, gmx_wallcycle *wallCycle) | |
Build profiling information collection. | |
Public Attributes | |
t_nrnb * | nrnb_ |
Handle to datastructure. | |
gmx_wallcycle * | wallCycle_ |
Handle to wallcycle stuff. | |
gmx_walltime_accounting * | wallTimeAccounting_ |
Handle to wallcycle time accounting stuff. | |