|
CFx SDK Documentation 2024 SP0
|
#include <GsVectPerformance.h>
Public Member Functions | |
| GsVectPerformanceData () | |
| bool | enableParallelVectorization () const |
| bool | enableParallelDisplay () const |
| bool | schedulerLogOutput () const |
| bool | optimalThreadsNumber () const |
| bool | enablePerfMeasurements () const |
| bool | forcePartialUpdateForTest () const |
| bool | forceParallelVectorization () const |
| bool | enableVectorizationOnly () const |
Public Attributes | |
| OdUInt32 | m_options |
| GsDevicePerformanceTm | m_tm |
| OdUInt32 | m_numVectUsedUpdateGeom |
| OdUInt32 | m_numVectUsedUpdateScr |
<group OdGs_Classes>
Corresponding C++ library: TD_Gs
Definition at line 76 of file GsVectPerformance.h.
|
inline |
Default constructor for the GsVectPerformanceData class.
Definition at line 82 of file GsVectPerformance.h.
|
inline |
Checks whether parallel display is enabled.
Definition at line 98 of file GsVectPerformance.h.
|
inline |
Checks whether parallel vectorization is enabled.
Definition at line 90 of file GsVectPerformance.h.
|
inline |
Checks whether performance measurements are enabled.
Definition at line 122 of file GsVectPerformance.h.
|
inline |
Checks whether only vectorization enabled, without display.
Definition at line 146 of file GsVectPerformance.h.
|
inline |
Checks whether parallel vectorization is forced.
Definition at line 138 of file GsVectPerformance.h.
|
inline |
Checks whether partial update is forced for test purposes.
Definition at line 130 of file GsVectPerformance.h.
|
inline |
Checks whether optimal count of threads is enabled.
Definition at line 114 of file GsVectPerformance.h.
|
inline |
Checks whether scheduler log output is enabled.
Definition at line 106 of file GsVectPerformance.h.
| OdUInt32 GsVectPerformanceData::m_numVectUsedUpdateGeom |
Definition at line 151 of file GsVectPerformance.h.
| OdUInt32 GsVectPerformanceData::m_numVectUsedUpdateScr |
Definition at line 152 of file GsVectPerformance.h.
| OdUInt32 GsVectPerformanceData::m_options |
Definition at line 149 of file GsVectPerformance.h.
| GsDevicePerformanceTm GsVectPerformanceData::m_tm |
Definition at line 150 of file GsVectPerformance.h.