![]() |
GemaCoreLib
The GeMA Core library
|
Declaration of the GmRunProgressStats class. More...


Go to the source code of this file.
Classes | |
| class | GmRunProgressStats |
| A class used to store time, memory and additional values statistics related to the simulation loading and execution. More... | |
| class | GmRunProgress |
| A RAII class used to simplify tracking an item with a progressStats object. When the object is created, an itemStart() call is made. When destroyed, the corresponding itemEnd() call is made. If an invalid item is passed as parameter (-1), does nothing. This can simplify the code for optional attributes that are collected only on detailed cases. More... | |
| class | GmRunProgressOnMainThread |
| An alternative implementation of GmRunProgress that when called from a worker thread does nothing. More... | |
Declaration of the GmRunProgressStats class.
Declaration of the GmRunProgressStatsItem class.