7#ifndef PXR_EXEC_EXEC_SYSTEM_DIAGNOSTICS_H
8#define PXR_EXEC_EXEC_SYSTEM_DIAGNOSTICS_H
12#include "pxr/exec/exec/api.h"
14#include "pxr/exec/exec/system.h"
16PXR_NAMESPACE_OPEN_SCOPE
51PXR_NAMESPACE_CLOSE_SCOPE
Utility class with various diagnostic functions for ExecSystem.
EXEC_API void InvalidateAll()
Invalidates all of the internal state of the exec system, resetting it to a state equivalent to when ...
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 ...
EXEC_API void GraphNetwork(const char *filename) const
Produces a dot graph of the currently compiled exec network and writes its contents to filename.
Base implementation of a system to procedurally compute values based on scene description and computa...
This class can be used to configure aspects of VdfGrapher's output.