MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / GetDebugName

Method GetDebugName

pxr/exec/exec/valueKey.cpp:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "pxr/exec/exec/valueKey.h"
8
9PXR_NAMESPACE_OPEN_SCOPE
10
11std::string
12ExecValueKey::GetDebugName() const
13{
14 // Diagnostics should not be entangled with uncompilation dependencies.
15 EsfJournal *journal = nullptr;
16 std::string debugName = _provider->GetPath(journal).GetAsString();
17 debugName += " [";
18 debugName += _computationName.GetString();
19 debugName += ']';
20 return debugName;
21}
22
23PXR_NAMESPACE_CLOSE_SCOPE

Callers 12

GetInputKeysMethod · 0.45
_CompileMethod · 0.45
_ReportExecutorErrorsMethod · 0.45
_CompileMethod · 0.45
GetMethod · 0.45
_CompileMethod · 0.45
_ComputeWithOverridesMethod · 0.45
_VerifyExpectedNodesFunction · 0.45
_VerifyExpectedOutputsFunction · 0.45
_FindSinkNodesFunction · 0.45

Calls 3

GetAsStringMethod · 0.45
GetPathMethod · 0.45
GetStringMethod · 0.45

Tested by 3

_VerifyExpectedNodesFunction · 0.36
_VerifyExpectedOutputsFunction · 0.36
_FindSinkNodesFunction · 0.36