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

Method FrameCallDataProvider

gui/profiledialog.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22class FrameCallDataProvider : public FrameDataProvider {
23public:
24 FrameCallDataProvider(const trace::Profile* profile)
25 {
26 m_profile = profile;
27 }
28
29 unsigned size() const override {
30 return m_profile->frames.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected