mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
Remove perf test code I accidentally committed
svn path=/trunk/; revision=44404
This commit is contained in:
parent
628ba3758a
commit
0f11aa37e2
1 changed files with 0 additions and 5 deletions
|
@ -388,8 +388,6 @@ main ( int argc, char** argv )
|
||||||
if ( RootXmlFile.length () == 0 )
|
if ( RootXmlFile.length () == 0 )
|
||||||
throw MissingArgumentException ( "-r" );
|
throw MissingArgumentException ( "-r" );
|
||||||
|
|
||||||
DWORD start = GetTickCount();
|
|
||||||
|
|
||||||
string projectFilename ( RootXmlFile );
|
string projectFilename ( RootXmlFile );
|
||||||
|
|
||||||
printf ( "Reading build files..." );
|
printf ( "Reading build files..." );
|
||||||
|
@ -404,9 +402,6 @@ main ( int argc, char** argv )
|
||||||
project.ExecuteInvocations ();
|
project.ExecuteInvocations ();
|
||||||
project.GetBackend().Process();
|
project.GetBackend().Process();
|
||||||
|
|
||||||
DWORD end = GetTickCount();
|
|
||||||
printf("time - %lu.%d\n", (end - start) / 1000, (end - start) % 1000);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
catch ( Exception& ex )
|
catch ( Exception& ex )
|
||||||
|
|
Loading…
Reference in a new issue