X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Futilities%2Ftime_set_effective_id.cpp;h=07dda37edbbdac7a18261353868e1f549fb9e8a2;hb=eed8902522c9092b7a7d025ad7720aa8408b4404;hp=21a7c59d70e01ee6ed6015a4754f77f857ddfac4;hpb=5db4e2efe637e314bf1e54610a0d0ae3458be322;p=feisty_meow.git diff --git a/nucleus/applications/utilities/time_set_effective_id.cpp b/nucleus/applications/utilities/time_set_effective_id.cpp index 21a7c59d..07dda37e 100644 --- a/nucleus/applications/utilities/time_set_effective_id.cpp +++ b/nucleus/applications/utilities/time_set_effective_id.cpp @@ -48,6 +48,7 @@ int time_set_effective_id::execute() FUNCDEF("execute"); SETUP_COMBO_LOGGER; +#ifndef __WIN32__ int test_runs = 1000000; time_stamp start; // start of test. @@ -72,6 +73,7 @@ int time_set_effective_id::execute() LOG(a_sprintf("test run took %0.2f milliseconds or %0.2f seconds or %0.2f minutes.", durat, secs, secs / 60.0)); // divide by two because we're doing two calls above. LOG(a_sprintf("individual call takes %0.0f milliseconds.", durat / double(test_runs) / 2.0)); +#endif return 0; }