MCPcopy Create free account
hub / github.com/apitrace/apitrace / FrameTimeDataProvider

Method FrameTimeDataProvider

gui/profiledialog.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46class FrameTimeDataProvider : public FrameDataProvider {
47public:
48 FrameTimeDataProvider(const trace::Profile* profile)
49 {
50 m_profile = profile;
51 }
52
53 unsigned size() const override {
54 return m_profile->frames.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected