Home
last modified time | relevance | path

Searched refs:launch_time (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/benchmarks/py-naarad/naarad-1.0.15/src/naarad/metrics/
H A Dlinkedin_android_rum_metric.py63 launch_time = 0
77 launch_time = 0
80 launch_time = end_time - start_time
81 return (time_stamp, launch_time, nus_update_time)
107 time_stamp, launch_time, nus_update_time = self.get_times(native)
108 if launch_time != 0 and nus_update_time != 0:
109 results[time_stamp] = (str(launch_time), str(nus_update_time))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/graph/
H A Dprocess_node_impl_unittest.cc54 const base::Time launch_time = base::Time::Now(); in TEST_F() local
55 process_node->SetProcess(self.Duplicate(), launch_time); in TEST_F()
58 EXPECT_EQ(launch_time, process_node->launch_time()); in TEST_F()
75 EXPECT_EQ(launch_time, process_node->launch_time()); in TEST_F()
81 const base::Time launch2_time = launch_time + base::TimeDelta::FromSeconds(1); in TEST_F()
84 EXPECT_EQ(launch2_time, process_node->launch_time()); in TEST_F()
214 const base::Time launch_time = base::Time::Now(); in TEST_F() local
215 process_node->SetProcess(self.Duplicate(), launch_time); in TEST_F()
218 EXPECT_EQ(process_node->launch_time(), public_process_node->GetLaunchTime()); in TEST_F()
H A Dprocess_node_impl.cc62 base::Time launch_time) { in SetProcess() argument
71 SetProcessImpl(std::move(process), pid, launch_time); in SetProcess()
125 base::Time launch_time) { in SetProcessImpl() argument
139 launch_time_ = launch_time; in SetProcessImpl()
157 return launch_time(); in GetLaunchTime()
H A Dprocess_node_impl.h59 void SetProcess(base::Process process, base::Time launch_time);
86 base::Time launch_time() const { return launch_time_; } in launch_time() function
122 base::Time launch_time);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/graph/
H A Dprocess_node_impl_unittest.cc56 const base::Time launch_time = base::Time::Now(); in TEST_F() local
57 process_node->SetProcess(self.Duplicate(), launch_time); in TEST_F()
60 EXPECT_EQ(launch_time, process_node->launch_time()); in TEST_F()
77 EXPECT_EQ(launch_time, process_node->launch_time()); in TEST_F()
83 const base::Time launch2_time = launch_time + base::TimeDelta::FromSeconds(1); in TEST_F()
86 EXPECT_EQ(launch2_time, process_node->launch_time()); in TEST_F()
228 const base::Time launch_time = base::Time::Now(); in TEST_F() local
229 process_node->SetProcess(self.Duplicate(), launch_time); in TEST_F()
232 EXPECT_EQ(process_node->launch_time(), public_process_node->GetLaunchTime()); in TEST_F()
H A Dprocess_node_impl.cc81 base::Time launch_time) { in SetProcess() argument
90 SetProcessImpl(std::move(process), pid, launch_time); in SetProcess()
145 base::Time launch_time) { in SetProcessImpl() argument
159 launch_time_ = launch_time; in SetProcessImpl()
182 return launch_time(); in GetLaunchTime()
H A Dprocess_node_impl.h71 void SetProcess(base::Process process, base::Time launch_time);
99 base::Time launch_time() const { return launch_time_; } in launch_time() function
137 base::Time launch_time);
/dports/benchmarks/py-naarad/naarad-1.0.15/examples/conf/
H A Dconfig-linkedin-android-rum3 sub_metrics=launch_time nus_update_time
4 launch_time.sla=mean<5000 p50<5000
8 graphs=LINKEDINANDROIDRUM.launch_time.all LINKEDINANDROIDRUM.nus_update_time.all
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/network/
H A Dvpn_list_unittest.cc84 base::Time launch_time = base::Time::Now(); in TEST_F() local
92 "extension_id1", launch_time); in TEST_F()
95 "extension_id2", launch_time); in TEST_F()
98 "arc_app_id1", launch_time); in TEST_F()
123 EXPECT_EQ(launch_time, arc_providers[0]->last_launch_time); in TEST_F()
129 "arc_app_id2", launch_time); in TEST_F()
/dports/devel/boost-docs/boost_1_72_0/libs/process/test/
H A Dwait_for.cpp33 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
47 …BOOST_CHECK_LE(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
120 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
133 …BOOST_CHECK_LT(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/process/test/
H A Dwait_for.cpp33 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
47 …BOOST_CHECK_LE(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
120 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
133 …BOOST_CHECK_LT(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/process/test/
H A Dwait_for.cpp33 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
47 …BOOST_CHECK_LE(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
120 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
133 …BOOST_CHECK_LT(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/process/test/
H A Dwait_for.cpp33 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
47 …BOOST_CHECK_LE(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
120 auto launch_time = std::chrono::system_clock::now(); in BOOST_AUTO_TEST_CASE() local
133 …BOOST_CHECK_LT(std::chrono::duration_cast<std::chrono::seconds>(timeout_t - launch_time).count(), … in BOOST_AUTO_TEST_CASE()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_event_supervisor.h60 void StartEvent(const std::string& event_id, uint32_t launch_time);
70 void StartEvent(MapEvent* event, uint32_t launch_time);
H A Dmap_events.h134 void AddEventLinkAtStart(const std::string& child_event_id, uint32_t launch_time) { in AddEventLinkAtStart() argument
135 _AddEventLink(child_event_id, true, launch_time); in AddEventLinkAtStart()
149 void AddEventLinkAtEnd(const std::string& child_event_id, uint32_t launch_time) { in AddEventLinkAtEnd() argument
150 _AddEventLink(child_event_id, false, launch_time); in AddEventLinkAtEnd()
172 …void _AddEventLink(const std::string& child_event_id, bool launch_at_start, uint32_t launch_time) { in _AddEventLink() argument
173 _event_links.push_back(EventLink(child_event_id, launch_at_start, launch_time)); in _AddEventLink()
H A Dmap_event_supervisor.cpp50 void EventSupervisor::StartEvent(const std::string &event_id, uint32_t launch_time) in StartEvent() argument
60 if(launch_time == 0) in StartEvent()
63 _active_delayed_events.push_back(std::make_pair(static_cast<int32_t>(launch_time), event)); in StartEvent()
66 void EventSupervisor::StartEvent(MapEvent *event, uint32_t launch_time) in StartEvent() argument
74 if(launch_time == 0) in StartEvent()
77 _active_delayed_events.push_back(std::make_pair(static_cast<int32_t>(launch_time), event)); in StartEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dchild_process_launcher_helper.cc33 void RecordHistogramsOnLauncherThread(base::TimeDelta launch_time) { in RecordHistogramsOnLauncherThread() argument
39 UMA_HISTOGRAM_TIMES("MPArch.ChildProcessLaunchSubsequent", launch_time); in RecordHistogramsOnLauncherThread()
41 UMA_HISTOGRAM_TIMES("MPArch.ChildProcessLaunchFirst", launch_time); in RecordHistogramsOnLauncherThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dchild_process_launcher_helper.cc33 void RecordHistogramsOnLauncherThread(base::TimeDelta launch_time) { in RecordHistogramsOnLauncherThread() argument
39 UMA_HISTOGRAM_TIMES("MPArch.ChildProcessLaunchSubsequent", launch_time); in RecordHistogramsOnLauncherThread()
41 UMA_HISTOGRAM_TIMES("MPArch.ChildProcessLaunchFirst", launch_time); in RecordHistogramsOnLauncherThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Drender_process_user_data.cc79 const base::Time launch_time = in RenderProcessReady() local
92 host->GetProcess().Duplicate(), launch_time)); in RenderProcessReady()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/
H A Drender_process_user_data.cc77 const base::Time launch_time = in RenderProcessReady() local
90 host->GetProcess().Duplicate(), launch_time)); in RenderProcessReady()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/test_support/
H A Dmock_graphs.cc25 base::Time launch_time) { in SetProcessWithPid() argument
26 SetProcessImpl(std::move(process), pid, launch_time); in SetProcessWithPid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_manager/
H A Dbrowser_child_process_watcher.cc114 const base::Time launch_time = in OnProcessLaunched() local
128 process.Duplicate(), launch_time)); in OnProcessLaunched()
/dports/graphics/atril-lite/atril-1.26.0/cut-n-paste/smclient/libegg/
H A Deggdesktopfile.c934 guint32 launch_time) in start_startup_notification() argument
965 if (launch_time == (guint32)-1) in start_startup_notification()
966 launch_time = gdk_x11_display_get_user_time (display); in start_startup_notification()
973 (unsigned long)launch_time); in start_startup_notification()
1104 guint32 launch_time = (guint32)-1; in egg_desktop_file_launchv() local
1154 launch_time = va_arg (args, guint32); in egg_desktop_file_launchv()
1235 workspace, launch_time); in egg_desktop_file_launchv()
1247 (void)launch_time; in egg_desktop_file_launchv()
/dports/graphics/atril/atril-1.26.0/cut-n-paste/smclient/libegg/
H A Deggdesktopfile.c934 guint32 launch_time) in start_startup_notification() argument
965 if (launch_time == (guint32)-1) in start_startup_notification()
966 launch_time = gdk_x11_display_get_user_time (display); in start_startup_notification()
973 (unsigned long)launch_time); in start_startup_notification()
1104 guint32 launch_time = (guint32)-1; in egg_desktop_file_launchv() local
1154 launch_time = va_arg (args, guint32); in egg_desktop_file_launchv()
1235 workspace, launch_time); in egg_desktop_file_launchv()
1247 (void)launch_time; in egg_desktop_file_launchv()
/dports/archivers/engrampa/engrampa-1.26.0/mate-submodules/libegg/
H A Deggdesktopfile.c934 guint32 launch_time) in start_startup_notification() argument
965 if (launch_time == (guint32)-1) in start_startup_notification()
966 launch_time = gdk_x11_display_get_user_time (display); in start_startup_notification()
973 (unsigned long)launch_time); in start_startup_notification()
1104 guint32 launch_time = (guint32)-1; in egg_desktop_file_launchv() local
1154 launch_time = va_arg (args, guint32); in egg_desktop_file_launchv()
1235 workspace, launch_time); in egg_desktop_file_launchv()
1247 (void)launch_time; in egg_desktop_file_launchv()

12345678