|
HDK
|
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 |
Utility class with various diagnostic functions for ExecSystem.
Definition at line 21 of file systemDiagnostics.h.
|
explicit |
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.
Invalidates all of the internal state of the exec system, resetting it to a state equivalent to when it was first constructed.