Home
last modified time | relevance | path

Searched refs:ElapsedMilliseconds (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Concurrency/
H A DCurrentThreadSchedulerTest.cs99 Assert.IsTrue(sw.ElapsedMilliseconds > 180, "due " + sw.ElapsedMilliseconds); in CurrentThread_ScheduleActionDue()
120 Assert.IsTrue(sw.ElapsedMilliseconds > 380, "due " + sw.ElapsedMilliseconds); in CurrentThread_ScheduleActionDueNested()
H A DEventLoopSchedulerTest.cs247 Assert.IsTrue(sw.ElapsedMilliseconds > 180, "due " + sw.ElapsedMilliseconds); in EventLoop_ScheduleActionDue()
274 Assert.IsTrue(sw.ElapsedMilliseconds > 380, "due " + sw.ElapsedMilliseconds); in EventLoop_ScheduleActionDueNested()
H A DNewThreadSchedulerTest.cs64 Assert.IsTrue(sw.ElapsedMilliseconds > 180, "due " + sw.ElapsedMilliseconds); in NewThread_ScheduleActionDue()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dsleep.cs25 if (sw.ElapsedMilliseconds > 2000) { in test_0_time_drift()
26 Console.WriteLine (sw.ElapsedMilliseconds); in test_0_time_drift()
H A Dabort-cctor.cs24 if (sw.ElapsedMilliseconds < 900) in StaticConstructor1()
26 …Console.WriteLine ("StaticConstructor1.StaticConstructor1 (2) waited {0}", sw.ElapsedMilliseconds); in StaticConstructor1()
248 if (sw.ElapsedMilliseconds < 900) in StaticConstructor4()
250 …Console.WriteLine ("StaticConstructor4.StaticConstructor4 (2) waited {0}", sw.ElapsedMilliseconds); in StaticConstructor4()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DEvent_Close_Stress.cs33 … while (count % 100 != 0 || stopwatch.ElapsedMilliseconds < s_testDuration.TotalMilliseconds) in PinChanged_Close_Stress()
65 … while (count % 100 != 0 || stopwatch.ElapsedMilliseconds < s_testDuration.TotalMilliseconds) in DataReceived_Close_Stress()
106 … while (count % 100 != 0 || stopwatch.ElapsedMilliseconds < s_testDuration.TotalMilliseconds) in ErrorReceived_Close_Stress()
H A DReceivedEvent.cs257 … while (maxMilliseconds > sw.ElapsedMilliseconds && NumEventsHandled < totalNumberOfEvents) in WaitForEvent()
259 Monitor.Wait(this, (int)(maxMilliseconds - sw.ElapsedMilliseconds)); in WaitForEvent()
274 while (maxMilliseconds > sw.ElapsedMilliseconds) in WaitForEvent()
276 Monitor.Wait(this, (int)(maxMilliseconds - sw.ElapsedMilliseconds)); in WaitForEvent()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Utils/
H A DBenchmarkUtil.cs53 logger.Info("Elapsed time: {0}ms", stopwatch.ElapsedMilliseconds); in RunBenchmark()
54 …"Ops per second: {0}", (int)((double)benchmarkIterations * 1000 / stopwatch.ElapsedMilliseconds)); in RunBenchmark()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Utils/
H A DBenchmarkUtil.cs53 logger.Info("Elapsed time: {0}ms", stopwatch.ElapsedMilliseconds); in RunBenchmark()
54 …"Ops per second: {0}", (int)((double)benchmarkIterations * 1000 / stopwatch.ElapsedMilliseconds)); in RunBenchmark()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Utils/
H A DBenchmarkUtil.cs53 logger.Info("Elapsed time: {0}ms", stopwatch.ElapsedMilliseconds); in RunBenchmark()
54 …"Ops per second: {0}", (int)((double)benchmarkIterations * 1000 / stopwatch.ElapsedMilliseconds)); in RunBenchmark()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Utils/
H A DBenchmarkUtil.cs53 logger.Info("Elapsed time: {0}ms", stopwatch.ElapsedMilliseconds); in RunBenchmark()
54 …"Ops per second: {0}", (int)((double)benchmarkIterations * 1000 / stopwatch.ElapsedMilliseconds)); in RunBenchmark()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DPerfDebugLogic.cs34 var elapsed = fpsTimer.ElapsedMilliseconds; in PerfDebugLogic()
38 …fps = (int)(1000.0f * (Game.RenderFrame - fpsReferenceFrame) / fpsTimer.ElapsedMilliseconds + 0.5f… in PerfDebugLogic()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/FeatureBased/Features.Serialization/
H A DOperationContractTester.cs36 if (sleepTime > (int) sw.ElapsedMilliseconds) in TestOneWay()
37 …Thread.Sleep (sleepTime - (int)sw.ElapsedMilliseconds); // wait for server thread to release itself in TestOneWay()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/cs_test/
H A DProgram.cs156 long t1 = s.ElapsedMilliseconds; in RunSpeedTest()
163 Debug.WriteLine("RunSpeedTest Elapsed Time: {0} ms", s.ElapsedMilliseconds); in RunSpeedTest()
164 Console.WriteLine("RunSpeedTest Elapsed Time: {0} ms", s.ElapsedMilliseconds); in RunSpeedTest()
320 Debug.WriteLine("Elapsed Time: {0} ms", s.ElapsedMilliseconds); in RunVWParse_and_VWLearn()
321 Console.WriteLine("Elapsed Time: {0} ms", s.ElapsedMilliseconds); in RunVWParse_and_VWLearn()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/
H A DPerformanceTests.cs158 Console.WriteLine("{0} ms", timed.ElapsedMilliseconds); in TimeOperation()
227 var performance1 = (totalIterations/watch.ElapsedMilliseconds)*1000; in BuildJObjectComparedToXml()
261 var performance2 = (totalIterations/watch.ElapsedMilliseconds)*1000; in BuildJObjectComparedToXml()
363 Console.WriteLine("{0} ms", timed.ElapsedMilliseconds); in BenchmarkSerializeMethod()
546 Console.WriteLine("{0} ms", timed.ElapsedMilliseconds); in BenchmarkDeserializeMethod()
725 …ole.WriteLine("Created a JToken of depth {0} (using OM) in {1} millis", i, sw.ElapsedMilliseconds); in NestedJToken()
744 Console.WriteLine("Deserialize big ass nested array in {0} millis", sw.ElapsedMilliseconds); in DeserializeNestedJToken()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/Support/
H A DTCSupport.cs249 while (!predicateValue && stopWatch.ElapsedMilliseconds < maxWait) in WaitForPredicate()
275 } while (!result && stopWatch.ElapsedMilliseconds < maxWait); in WaitForExpected()
621 …Assert.True(sw.ElapsedMilliseconds < 3000, $"Timeout while waiting for data to be written to port … in WaitForWriteBufferToLoad()
644 …Assert.True(sw.ElapsedMilliseconds < 3000, $"Timeout while waiting for data to be arrive at port (… in WaitForReadBufferToLoad()
656 Assert.True(sw.ElapsedMilliseconds < 2000, "Timeout waiting for task to start"); in WaitForTaskToStart()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/KeyDerivation/
H A DKdfEngine.cs94 tHigh = sw.ElapsedMilliseconds; in MaximizeParamUInt64()
133 long t = sw.ElapsedMilliseconds; in MaximizeParamUInt64()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/netstd/Client/Performance/
H A DPerformanceTests.cs137 stop.ElapsedMilliseconds); in RunTestAsync()
146 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/devel/py-thrift/thrift-0.14.0/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/devel/thrift/thrift-0.14.0/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/devel/thrift-c_glib/thrift-0.14.0/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/devel/thrift-cpp/thrift-0.14.0/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/devel/node-thrift/thrift-0.14.0/test/netstd/Client/Performance/
H A DPerformanceTests.cs143 stop.ElapsedMilliseconds); in RunTestAsync()
152 stop.ElapsedMilliseconds); in RunTestAsync()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Stress/
H A DHelpers.cs66 while (busy.ElapsedMilliseconds < runFor) in RunWithMemoryPressure()
166 while (busy.ElapsedMilliseconds < 10) in RunWithProcessorPressure()

1234567