Struct StepLogFrame¶
Defined in File LogFrame.h
Inheritance Relationships¶
Base Type¶
public flamegpu::LogFrame
(Struct LogFrame)
Struct Documentation¶
-
struct StepLogFrame : public flamegpu::LogFrame¶
Frame of step log data Extends the common log frame
Public Functions
-
StepLogFrame()¶
Default constructor, creates an empty log
-
StepLogFrame(const std::map<std::string, detail::Any> &&_environment, const std::map<util::StringPair, std::pair<std::map<LoggingConfig::NameReductionFn, detail::Any>, unsigned int>> &&_agents, unsigned int _step_count)¶
Creates a log with pre-populated data
-
inline double getStepTime() const¶
Return the execution time of the associated step, in seconds
Friends
- friend class CUDASimulation
-
StepLogFrame()¶