Searched refs:GetSystemCommitCharge (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics.cc18 system_metrics.committed_memory_ = GetSystemCommitCharge();
H A Dprocess_metrics_freebsd.cc99 size_t GetSystemCommitCharge() { function in namespace:base
H A Dprocess_metrics.h224 BASE_EXPORT size_t GetSystemCommitCharge();
H A Dprocess_metrics_openbsd.cc149 size_t GetSystemCommitCharge() { function in namespace:base
H A Dprocess_metrics_mac.cc303 size_t GetSystemCommitCharge() { function in namespace:base
H A Dprocess_metrics_win.cc302 size_t GetSystemCommitCharge() { function in namespace:base
H A Dprocess_metrics_linux.cc379 size_t GetSystemCommitCharge() { function in namespace:base
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend.py31 def GetSystemCommitCharge(self): member in class:PlatformBackend
H A Dmac_platform_backend.py79 def GetSystemCommitCharge(self): member in class:MacPlatformBackend
H A Dproc_supporting_platform_backend.py20 def GetSystemCommitCharge(self): member in class:ProcSupportingPlatformBackend
H A Dwin_platform_backend.py48 def GetSystemCommitCharge(self): member in class:WinPlatformBackend
H A Dandroid_platform_backend.py94 def GetSystemCommitCharge(self): member in class:AndroidPlatformBackend
/external/chromium_org/chrome/test/perf/
H A Dmemory_test.cc121 size_t start_size = base::GetSystemCommitCharge();
215 size_t stop_size = base::GetSystemCommitCharge();
/external/chromium/base/
H A Dprocess_util.h636 BASE_API size_t GetSystemCommitCharge();
H A Dprocess_util_linux.cc564 size_t GetSystemCommitCharge() { function in namespace:base
H A Dprocess_util_win.cc895 size_t GetSystemCommitCharge() { function in namespace:base
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py167 self._platform_backend.GetSystemCommitCharge()
/external/chromium_org/chrome_frame/test/perf/
H A Dchrome_frame_perftest.cc596 start_commit_charge_ = base::GetSystemCommitCharge();
666 size_t end_commit_charge = base::GetSystemCommitCharge();

Completed in 255 milliseconds