| 46 | class FrameTimeDataProvider : public FrameDataProvider { |
| 47 | public: |
| 48 | FrameTimeDataProvider(const trace::Profile* profile) |
| 49 | { |
| 50 | m_profile = profile; |
| 51 | } |
| 52 | |
| 53 | unsigned size() const override { |
| 54 | return m_profile->frames.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected