FBProfilingMode Class Reference
 
 
 
FBProfilingMode Class Reference

#include <mobu-python-api.h>


Class Description

Available Profiling modes.

Inheritance diagram for FBProfilingMode:
Enumeration

Public Attributes

object  kFBProfilingModeDisabled
object  kFBProfilingModeEvaluation
object  kFBProfilingModeRendering
object  kFBProfilingModeDevices
object  kFBProfilingModeSDK
object  kFBProfilingModeAllLow
object  kFBProfilingModeAllHi

Member Data Documentation

All profiling disabled, this include Viewer profiling. For the other modes, when EvaluationDepth is 0, only base information is profiled, such as FPS and evaluation rate.

Collect profiling for all known evaluation tasks (default mode).

Collect profiling for all known rendering tasks.

Collect profiling for device Input/Output and Device Evaluation.

Collect profiling for all known tasks that doesn't increase remarkably with scene size. For large scenes this will not influence performance.

Collect profiling for all known tasks . For large scenes there should be an influence on performance.