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

Method size

gui/profiledialog.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 unsigned size() const override {
30 return m_profile->frames.size();
31 }
32
33 qint64 frameStart(unsigned index) const override {
34 return m_profile->frames[index].calls.begin;

Callers 2

sizeMethod · 0.45
setProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected