HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExecSystem::Diagnostics Class Reference

Utility class with various diagnostic functions for ExecSystem. More...

#include <systemDiagnostics.h>

Public Member Functions

EXEC_API Diagnostics (ExecSystem *system)
 
EXEC_API void InvalidateAll ()
 
EXEC_API void GraphNetwork (const char *filename) const
 
EXEC_API void GraphNetwork (const char *filename, const VdfGrapherOptions &grapherOptions) const
 

Detailed Description

Utility class with various diagnostic functions for ExecSystem.

Definition at line 21 of file systemDiagnostics.h.

Constructor & Destructor Documentation

EXEC_API ExecSystem::Diagnostics::Diagnostics ( ExecSystem system)
explicit

Member Function Documentation

EXEC_API void ExecSystem::Diagnostics::GraphNetwork ( const char *  filename) const

Produces a dot graph of the currently compiled exec network and writes its contents to filename.

EXEC_API void ExecSystem::Diagnostics::GraphNetwork ( const char *  filename,
const VdfGrapherOptions grapherOptions 
) const

Produces a dot graph of the currently compiled exec network according to the provided grapherOptions and writes its contents to filename.

EXEC_API void ExecSystem::Diagnostics::InvalidateAll ( )

Invalidates all of the internal state of the exec system, resetting it to a state equivalent to when it was first constructed.


The documentation for this class was generated from the following file: