MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / tick

Method tick

globalobjects.cpp:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208qint64 GlobalContext::tick(QElapsedTimer *timer, const QString &step)
209{
210 if (!timer) return 0;
211 qint64 elapsed = timer->restart();
212 startupTime += elapsed;
213 stepTime.append(QPair<QString, qint64>(step, elapsed));
214 return elapsed;
215}
216
217QIcon GlobalContext::getFontIcon(QChar iconChar, QColor fontColor)
218{

Callers 3

initMethod · 0.80
mainFunction · 0.80
atFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected