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

Method frameStart

gui/profiledialog.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 qint64 frameStart(unsigned index) const override {
34 return m_profile->frames[index].calls.begin;
35 }
36
37 qint64 frameEnd(unsigned index) const override {
38 return m_profile->frames[index].calls.end;

Callers 1

paintEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected