MCPcopy Create free account
hub / github.com/ROCm/clr / getDeviceThreadTrace

Method getDeviceThreadTrace

rocclr/platform/threadtrace.hpp:93–93  ·  view source on GitHub ↗

Get the device thread trace

Source from the content-addressed store, hash-verified

91
92 //! Get the device thread trace
93 device::ThreadTrace* getDeviceThreadTrace() { return deviceThreadTrace_; }
94
95 //! Set the device thread trace
96 void setDeviceThreadTrace(device::ThreadTrace* threadTrace) { deviceThreadTrace_ = threadTrace; }

Callers 3

submitThreadTraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected