getCurrentSimTimeNano
SimTime_t getCurrentSimTimeNano() const;
Returns the current simulation time as a time in nanoseconds.
Parameters
- returns (SimTime_t) Current simulation time in nanoseconds
Example
output.output("The simulated time is %" PRIu64 " ns\n", getCurrentSimTimeNano());
Header
#include <sst/core/portModule.h>