![]() |
|
Utility class with various diagnostic functions for ExecSystem. More...
#include <systemDiagnostics.h>
Public Member Functions | |
| EXEC_API | Diagnostics (ExecSystem *system) |
| EXEC_API void | InvalidateAll () |
| Invalidates all of the internal state of the exec system, resetting it to a state equivalent to when it was first constructed. | |
| EXEC_API void | GraphNetwork (const char *filename) const |
Produces a dot graph of the currently compiled exec network and writes its contents to filename. | |
| EXEC_API void | 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. | |
Utility class with various diagnostic functions for ExecSystem.
Definition at line 21 of file systemDiagnostics.h.
| EXEC_API void GraphNetwork | ( | const char * | filename | ) | const |
Produces a dot graph of the currently compiled exec network and writes its contents to filename.
| EXEC_API void 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 InvalidateAll | ( | ) |
Invalidates all of the internal state of the exec system, resetting it to a state equivalent to when it was first constructed.