Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 25 of 2098) sorted by relevance

12345678910>>...84

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlClientDiagnosticListenerExtensions.cs75 Timestamp = Stopwatch.GetTimestamp() in WriteCommandAfter()
93 Timestamp = Stopwatch.GetTimestamp() in WriteCommandError()
111 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionOpenBefore()
133 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionOpenAfter()
151 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionOpenError()
171 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionCloseBefore()
193 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionCloseAfter()
212 Timestamp = Stopwatch.GetTimestamp() in WriteConnectionCloseError()
231 Timestamp = Stopwatch.GetTimestamp() in WriteTransactionCommitBefore()
252 Timestamp = Stopwatch.GetTimestamp() in WriteTransactionCommitAfter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Daudio_timestamp_helper_unittest.cc33 return helper_.GetTimestamp().InMicroseconds(); in AddFrames()
103 EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
118 base::TimeDelta timestamp_1 = helper_.GetTimestamp(); in TEST_F()
122 EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
125 EXPECT_EQ(113, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
126 EXPECT_TRUE(timestamp_1 == helper_.GetTimestamp()); in TEST_F()
139 base::TimeDelta timestamp_1 = helper_.GetTimestamp() + duration; in TEST_F()
141 base::TimeDelta timestamp_2 = helper_.GetTimestamp(); in TEST_F()
H A Daudio_timestamp_helper.cc48 base::TimeDelta AudioTimestampHelper::GetTimestamp() const { in GetTimestamp() function in media::AudioTimestampHelper
55 return end_timestamp - GetTimestamp(); in GetFrameDuration()
62 int64_t delta_in_us = (target - GetTimestamp()).InMicroseconds(); in GetFramesToTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Daudio_timestamp_helper_unittest.cc33 return helper_.GetTimestamp().InMicroseconds(); in AddFrames()
103 EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
118 base::TimeDelta timestamp_1 = helper_.GetTimestamp(); in TEST_F()
122 EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
125 EXPECT_EQ(113, helper_.GetTimestamp().InMicroseconds()); in TEST_F()
126 EXPECT_TRUE(timestamp_1 == helper_.GetTimestamp()); in TEST_F()
139 base::TimeDelta timestamp_1 = helper_.GetTimestamp() + duration; in TEST_F()
141 base::TimeDelta timestamp_2 = helper_.GetTimestamp(); in TEST_F()
H A Daudio_timestamp_helper.cc48 base::TimeDelta AudioTimestampHelper::GetTimestamp() const { in GetTimestamp() function in media::AudioTimestampHelper
55 return end_timestamp - GetTimestamp(); in GetFrameDuration()
62 int64_t delta_in_us = (target - GetTimestamp()).InMicroseconds(); in GetFramesToTarget()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DStopwatch.cs42 public static extern long GetTimestamp (); in GetTimestamp() method in System.Diagnostics.Stopwatch
90 get { return is_running ? GetTimestamp () - started + elapsed : elapsed; }
107 started = GetTimestamp (); in Start()
115 elapsed += GetTimestamp () - started; in Stop()
123 started = GetTimestamp (); in Restart()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Djitter.cxx461 DWORD time = currentReadFrame->GetTimestamp(); in OnRead()
463 if (time > newestFrame->GetTimestamp()) { in OnRead()
469 else if (time <= oldestFrame->GetTimestamp()) { in OnRead()
478 while (time < frame->GetTimestamp()) in OnRead()
544 DWORD oldestTimestamp = oldestFrame->GetTimestamp(); in ReadData()
545 DWORD newestTimestamp = newestFrame->GetTimestamp(); in ReadData()
644 currentWriteFrame->GetTimestamp(); in ReadData()
674 lastWriteTimestamp = currentWriteFrame->GetTimestamp(); in ReadData()
723 while ((newestFrame->GetTimestamp() - currentWriteFrame->GetTimestamp()) > maxJitterTime) { in ReadData()
725 << oldestFrame->GetTimestamp() << " < " in ReadData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Diagnostics/
H A DStopwatch.cs60 _startTimeStamp = GetTimestamp(); in Start()
77 long endTimeStamp = GetTimestamp(); in Stop()
106 _startTimeStamp = GetTimestamp(); in Restart()
130 public static long GetTimestamp() in GetTimestamp() method in System.Diagnostics.Stopwatch
153 long currentTimeStamp = GetTimestamp(); in GetRawElapsedTicks()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DStopwatch.cs72 startTimeStamp = GetTimestamp(); in Start()
86 long endTimeStamp = GetTimestamp(); in Stop()
112 startTimeStamp = GetTimestamp(); in Restart()
135 public static long GetTimestamp() { in GetTimestamp() method in System.Diagnostics.Stopwatch
157 long currentTimeStamp = GetTimestamp(); in GetRawElapsedTicks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/tracing/
H A Darc_tracing_model_unittest.cc368 EXPECT_EQ(14241877057UL, event.GetTimestamp()); in TEST_F()
385 EXPECT_EQ(7654346859UL, event.GetTimestamp()); in TEST_F()
416 event_overlap.SetTimestamp(event.GetTimestamp()); in TEST_F()
438 event1->SetTimestamp(event.GetTimestamp() + 4); in TEST_F()
446 event2->SetTimestamp(event.GetTimestamp()); in TEST_F()
454 event3->SetTimestamp(event.GetTimestamp() + 5); in TEST_F()
463 event4->SetTimestamp(event.GetTimestamp() + 6); in TEST_F()
626 EXPECT_EQ(1100000UL, group1[0]->GetTimestamp()); in TEST_F()
627 EXPECT_EQ(1300000UL, group1[1]->GetTimestamp()); in TEST_F()
636 EXPECT_EQ(1200000UL, group2[0]->GetTimestamp()); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc144 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TestRtcEventAudioNetworkAdaptation()
234 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
260 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
283 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
302 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
328 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
342 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
353 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
373 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
395 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc144 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TestRtcEventAudioNetworkAdaptation()
234 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
260 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
283 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
302 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
328 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
342 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
353 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
373 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
395 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc144 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TestRtcEventAudioNetworkAdaptation()
234 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
260 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
283 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
302 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
328 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
342 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
353 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
373 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
395 EXPECT_EQ(parsed_log_.GetTimestamp(0), timestamp_us); in TEST_P()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DActivityUtils.cs33 var start = Stopwatch.GetTimestamp(); in RunActivity()
38 var current = Stopwatch.GetTimestamp(); in RunActivity()
42 start = Stopwatch.GetTimestamp(); in RunActivity()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc414 std::cout << parsed_stream.GetTimestamp(i) << "\tUNKNOWN_EVENT" in main()
423 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_START" in main()
432 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_END" in main()
468 std::cout << parsed_stream.GetTimestamp(i) << "\tRTP" in main()
534 uint64_t log_timestamp = parsed_stream.GetTimestamp(i); in main()
587 std::cout << parsed_stream.GetTimestamp(i) << "\tAUDIO_PLAYOUT" in main()
601 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(LOSS_BASED)" in main()
613 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(DELAY_BASED)" in main()
728 ss << parsed_stream.GetTimestamp(i) << "\tANA_UPDATE"; in main()
758 std::cout << parsed_stream.GetTimestamp(i) << "\tPROBE_CREATED(" in main()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc414 std::cout << parsed_stream.GetTimestamp(i) << "\tUNKNOWN_EVENT" in main()
423 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_START" in main()
432 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_END" in main()
468 std::cout << parsed_stream.GetTimestamp(i) << "\tRTP" in main()
534 uint64_t log_timestamp = parsed_stream.GetTimestamp(i); in main()
587 std::cout << parsed_stream.GetTimestamp(i) << "\tAUDIO_PLAYOUT" in main()
601 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(LOSS_BASED)" in main()
613 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(DELAY_BASED)" in main()
728 ss << parsed_stream.GetTimestamp(i) << "\tANA_UPDATE"; in main()
758 std::cout << parsed_stream.GetTimestamp(i) << "\tPROBE_CREATED(" in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc414 std::cout << parsed_stream.GetTimestamp(i) << "\tUNKNOWN_EVENT" in main()
423 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_START" in main()
432 std::cout << parsed_stream.GetTimestamp(i) << "\tLOG_END" in main()
468 std::cout << parsed_stream.GetTimestamp(i) << "\tRTP" in main()
534 uint64_t log_timestamp = parsed_stream.GetTimestamp(i); in main()
587 std::cout << parsed_stream.GetTimestamp(i) << "\tAUDIO_PLAYOUT" in main()
601 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(LOSS_BASED)" in main()
613 std::cout << parsed_stream.GetTimestamp(i) << "\tBWE(DELAY_BASED)" in main()
728 ss << parsed_stream.GetTimestamp(i) << "\tANA_UPDATE"; in main()
758 std::cout << parsed_stream.GetTimestamp(i) << "\tPROBE_CREATED(" in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/printing/
H A Dcups_printer_status_unittest.cc33 EXPECT_EQ(clock_.Now(), cups_printer_status.GetTimestamp()); in TEST_F()
47 EXPECT_EQ(clock_.Now(), cups_printer_status.GetTimestamp()); in TEST_F()
70 EXPECT_EQ(clock_.Now(), cups_printer_status.GetTimestamp()); in TEST_F()
93 EXPECT_EQ(clock_.Now(), cups_printer_status.GetTimestamp()); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/tasktracer/
H A DGeckoTaskTracer.cpp77 GetTimestamp() in GetTimestamp() function
340 uint64_t time = (aDelayTimeMs <= 0) ? GetTimestamp() : in LogDispatch()
341 GetTimestamp() + aDelayTimeMs; in LogDispatch()
364 ACTION_BEGIN, aTaskId, GetTimestamp(), getpid(), gettid()); in LogBegin()
378 log->AppendPrintf("%d %lld %lld", ACTION_END, aTaskId, GetTimestamp()); in LogEnd()
422 GetTimestamp(), buffer.get()); in AddLabel()
431 sStartTime = GetTimestamp(); in StartLogging()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_video_frame_thunk.cc27 PP_TimeDelta GetTimestamp(PP_Resource frame) { in GetTimestamp() function
32 return enter.object()->GetTimestamp(); in GetTimestamp()
76 &IsVideoFrame, &GetTimestamp, &SetTimestamp, &GetFormat,
H A Dppb_audio_buffer_thunk.cc27 PP_TimeDelta GetTimestamp(PP_Resource buffer) { in GetTimestamp() function
32 return enter.object()->GetTimestamp(); in GetTimestamp()
92 &IsAudioBuffer, &GetTimestamp, &SetTimestamp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_video_frame_thunk.cc28 PP_TimeDelta GetTimestamp(PP_Resource frame) { in GetTimestamp() function
33 return enter.object()->GetTimestamp(); in GetTimestamp()
77 &IsVideoFrame, &GetTimestamp, &SetTimestamp, &GetFormat,
H A Dppb_audio_buffer_thunk.cc28 PP_TimeDelta GetTimestamp(PP_Resource buffer) { in GetTimestamp() function
33 return enter.object()->GetTimestamp(); in GetTimestamp()
93 &IsAudioBuffer, &GetTimestamp, &SetTimestamp,
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/
H A Dreporter.cpp36 std::string GetTimestamp() { in GetTimestamp() function
209 const auto timestamp = GetTimestamp(); in SaveCrashReport()
235 const auto timestamp = GetTimestamp(); in SaveSvcBreakReport()
262 const auto timestamp = GetTimestamp(); in SaveUnimplementedFunctionReport()
284 const auto timestamp = GetTimestamp(); in SaveUnimplementedAppletReport()
319 const auto timestamp = GetTimestamp(); in SavePlayReport()
347 const auto timestamp = GetTimestamp(); in SaveErrorReport()
368 const auto timestamp = GetTimestamp(); in SaveLogReport()
417 const auto timestamp = GetTimestamp(); in SaveFilesystemAccessReport()
435 const auto timestamp = GetTimestamp(); in SaveUserReport()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/view/
H A Dzoom_controller.cpp47 ACCELERATING_ZOOM_CONTROLLER::TIME_PT GetTimestamp() override in GetTimestamp() function in SIMPLE_TIMESTAMPER
69 m_lastTimestamp = m_timestampProv->GetTimestamp(); in ACCELERATING_ZOOM_CONTROLLER()
78 const auto timestamp = m_timestampProv->GetTimestamp(); in GetScaleForRotation()

12345678910>>...84