Accessor methods
| 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 |
no outgoing calls
no test coverage detected