Home
last modified time | relevance | path

Searched refs:process_handle_count (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_watcher/
H A Dactivity_report_user_stream_data_source.cc196 DWORD process_handle_count = 0; in CollectProcessPerformanceMetrics() local
197 if (::GetProcessHandleCount(process.Handle(), &process_handle_count)) { in CollectProcessPerformanceMetrics()
198 memory_state->set_process_handle_count(process_handle_count); in CollectProcessPerformanceMetrics()
H A Ddump_stability_report_main_win.cc184 windows_memory.process_handle_count()); in PrintProcessState()
H A Dactivity_report.proto193 optional uint32 process_handle_count = 5; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_watcher/
H A Dactivity_report_user_stream_data_source.cc196 DWORD process_handle_count = 0; in CollectProcessPerformanceMetrics() local
197 if (::GetProcessHandleCount(process.Handle(), &process_handle_count)) { in CollectProcessPerformanceMetrics()
198 memory_state->set_process_handle_count(process_handle_count); in CollectProcessPerformanceMetrics()
H A Ddump_stability_report_main_win.cc184 windows_memory.process_handle_count()); in PrintProcessState()
H A Dactivity_report.proto193 optional uint32 process_handle_count = 5; field