Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitrace/apitrace
/ size
Method
size
gui/profiledialog.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
unsigned size() const override {
54
return m_profile->frames.size();
55
}
56
57
qint64 frameStart(unsigned index) const override {
58
return m_profile->frames[index].cpuStart;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected