#include <GTXabsl2ProfilerLog.h>
Public Member Functions | |
| GTXabsl2LogEntry () | |
| GTXabsl2LogEntry (unsigned long fn) | |
| GTXabsl2LogEntry (unsigned long fn, std::vector< GTXabsl2ActiveOption > aO, std::vector< double >dI) | |
| unsigned int | getMaxNumberOfParameters () |
| int | differsInParameters (GTXabsl2LogEntry &entry) |
| LogEntry Stuff. | |
Public Attributes | |
| unsigned long | frameNumber |
| framenumber of the entry | |
| std::vector< double > | inputSymbolValues |
| decimalinputsymbolvalues | |
| std::vector< GTXabsl2ActiveOption > | activeOptions |
| activation path within XABSL-tree | |
Definition at line 69 of file GTXabsl2ProfilerLog.h.
|
|
Definition at line 83 of file GTXabsl2ProfilerLog.h. |
|
|
Definition at line 84 of file GTXabsl2ProfilerLog.h. |
|
||||||||||||||||
|
Definition at line 85 of file GTXabsl2ProfilerLog.h. References activeOptions, and inputSymbolValues. |
|
|
Definition at line 86 of file GTXabsl2ProfilerLog.h. References activeOptions. |
|
|
LogEntry Stuff.
Definition at line 6 of file GTXabsl2ProfilerLog.cpp. References activeOptions. |
|
|
framenumber of the entry
Definition at line 72 of file GTXabsl2ProfilerLog.h. Referenced by operator<<(), operator>>(), and GTXabsl2Profiler::recordLog(). |
|
|
decimalinputsymbolvalues
Definition at line 75 of file GTXabsl2ProfilerLog.h. Referenced by GTXabsl2LogEntry(), operator<<(), operator>>(), and GTXabsl2Profiler::recordLog(). |
|
|
activation path within XABSL-tree
Definition at line 78 of file GTXabsl2ProfilerLog.h. Referenced by differsInParameters(), getMaxNumberOfParameters(), GTXabsl2LogEntry(), operator<<(), operator>>(), and GTXabsl2Profiler::recordLog(). |
1.3.6