Loading...
Searching...
No Matches
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 ()
 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.
 

Detailed Description

Utility class with various diagnostic functions for ExecSystem.

Definition at line 21 of file systemDiagnostics.h.

Member Function Documentation

◆ GraphNetwork() [1/2]

EXEC_API void GraphNetwork ( const char *  filename) const

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

◆ GraphNetwork() [2/2]

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.

◆ InvalidateAll()

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.


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