| 22 | class FrameCallDataProvider : public FrameDataProvider { |
| 23 | public: |
| 24 | FrameCallDataProvider(const trace::Profile* profile) |
| 25 | { |
| 26 | m_profile = profile; |
| 27 | } |
| 28 | |
| 29 | unsigned size() const override { |
| 30 | return m_profile->frames.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected