ultimatepp/benchmarks/ParseQTF/main.cpp
cxl 39212decde .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@6492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-26 07:51:02 +00:00

13 lines
188 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define N 1000000
GUI_APP_MAIN
{
for(int i = 0; i < N; i++) {
RTIMING("ParseQTF");
ParseQTF("[G1 simple text");
}
}