24 #ifndef PXR_BASE_TF_STACK_TRACE_H
25 #define PXR_BASE_TF_STACK_TRACE_H
GLuint GLsizei const GLchar * message
GLsizei const GLchar *const * string
TF_API void TfPrintStackTrace(FILE *file, const std::string &reason)
Prints both the C++ and the python stack to the file provided.
TF_API void TfLogCrash(const std::string &reason, const std::string &message, const std::string &additionalInfo, TfCallContext const &context, bool logToDB)
TF_API void TfLogStackTrace(const std::string &reason, bool logtodb=false)
TF_API std::string TfGetStackTrace()
Gets both the C++ and the python stack and returns it as a string.
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
TF_API time_t TfGetAppLaunchTime()
Returns the application's launch time.
#define PXR_NAMESPACE_CLOSE_SCOPE