qpc/doxygen/snippets/qs_onGetTime.c

10 lines
105 B
C
Raw Normal View History

2012-08-14 18:07:04 -04:00
#ifdef Q_SPY
QSTimeCtr QS_onGetTime(void) {
return (QSTimeCtr)clock();
}
. . .
#endif /* Q_SPY */