Home
last modified time | relevance | path

Searched refs:GetPrivateFootprintKb (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/tracing/
H A Dmemory_instrumentation_browsertest.cc44 uint64_t GetPrivateFootprintKb(ProcessType type, in GetPrivateFootprintKb() function
144 int64_t before_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *before_ptr); in IN_PROC_BROWSER_TEST_F()
145 int64_t during_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *during_ptr); in IN_PROC_BROWSER_TEST_F()
146 int64_t after_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *after_ptr); in IN_PROC_BROWSER_TEST_F()
156 GetPrivateFootprintKb(ProcessType::RENDERER, *before_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
158 GetPrivateFootprintKb(ProcessType::RENDERER, *during_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/tracing/
H A Dmemory_instrumentation_browsertest.cc45 uint64_t GetPrivateFootprintKb(ProcessType type, in GetPrivateFootprintKb() function
145 int64_t before_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *before_ptr); in IN_PROC_BROWSER_TEST_F()
146 int64_t during_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *during_ptr); in IN_PROC_BROWSER_TEST_F()
147 int64_t after_kb = GetPrivateFootprintKb(ProcessType::BROWSER, *after_ptr); in IN_PROC_BROWSER_TEST_F()
157 GetPrivateFootprintKb(ProcessType::RENDERER, *before_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
159 GetPrivateFootprintKb(ProcessType::RENDERER, *during_ptr, renderer_pid); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/public/graph/
H A Dprocess_node.h89 virtual uint64_t GetPrivateFootprintKb() const = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/public/graph/
H A Dprocess_node.h88 virtual uint64_t GetPrivateFootprintKb() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_manager/policies/
H A Dhigh_pmf_discard_policy.cc76 total_pmf_kb += node->GetPrivateFootprintKb(); in OnProcessMemoryMetricsAvailable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/graph/
H A Dprocess_node_impl.h139 uint64_t GetPrivateFootprintKb() const override;
H A Dprocess_node_impl.cc195 uint64_t ProcessNodeImpl::GetPrivateFootprintKb() const { in GetPrivateFootprintKb() function in performance_manager::ProcessNodeImpl
H A Dprocess_node_impl_unittest.cc251 public_process_node->GetPrivateFootprintKb()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/graph/
H A Dprocess_node_impl.h154 uint64_t GetPrivateFootprintKb() const override;
H A Dprocess_node_impl.cc216 uint64_t ProcessNodeImpl::GetPrivateFootprintKb() const { in GetPrivateFootprintKb() function in performance_manager::ProcessNodeImpl
H A Dprocess_node_impl_unittest.cc260 public_process_node->GetPrivateFootprintKb()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/discards/
H A Dgraph_dump_impl.cc406 process_info->private_footprint_kb = process->GetPrivateFootprintKb(); in SendProcessNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/discards/
H A Dgraph_dump_impl.cc527 process_info->private_footprint_kb = process->GetPrivateFootprintKb(); in SendProcessNotification()