Skip to main content

getCompletePhaseElapsedRealTime

double getCompletePhaseElapsedRealTime() const;

Availability: Component, SubComponent, ComponentExtension

Get the amount of real-time spend executing the Complete phase of the simulation.

Parameters

  • returns (double) Real time in seconds spend executing the complete phase

Example

output.output("SST spent %d seconds executing the complete phase.\n", getCompletePhaseElapsedRealTime());
#include <sst/core/component.h> // or
#include <sst/core/subcomponent.h> // or
#include <sst/core/componentExtension.h>