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

Method threadTraceConfig

rocclr/platform/command.hpp:1637–1637  ·  view source on GitHub ↗

Accessor methods

Source from the content-addressed store, hash-verified

1635 virtual void submit(device::VirtualDevice& device) { device.submitThreadTrace(*this); }
1636 // Accessor methods
1637 void* threadTraceConfig() const { return threadTraceConfig_; }
1638
1639 private:
1640 ThreadTrace& threadTrace_; //!< The list of performance counters

Callers 2

submitThreadTraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected