Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/engine/engine-diagnostics.hpp"
Render engine diagnostic facility.
Creating an instance will activate additional tracing facilities within the render engine; results may be investigated through EngineDiagnostics public functions. The object acts like a smart handle, i.e. the tracing facilities will be disabled and disconnected when going out of scope.
Definition at line 81 of file engine-diagnostics.hpp.
Public Member Functions | |
EngineDiagnostics (EngineService &e) | |
bool | has_scheduled_jobs_for (Timings const &timings) |
Private Attributes | |
EngineService & | engine_ |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |