OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memdump
(Results
1 - 2
of
2
) sorted by null
/frameworks/webview/chromium/tools/
memreport.py
17
"""WebView postprocessor for the go/
memdump
tool.
19
Processes the output of
memdump
(see go/
memdump
) aggregating memory usage
22
Usage: adb shell /path/to/target/
memdump
<target-PID> | ./memreport.py > out.csv
64
def _CollectMemoryStats(
memdump
, region_filters):
70
for line in
memdump
:
/external/chromium_org/third_party/libxml/src/win32/
Makefile
407
@echo. 2> .
memdump
424
findstr "MEMORY ALLOCATED" .
memdump
| findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
432
findstr /C:"MEMORY ALLOCATED" .
memdump
| findstr /C:"MEMORY ALLOCATED : 0" > nul \
435
findstr /C:"MEMORY ALLOCATED" .
memdump
| findstr /C:"MEMORY ALLOCATED : 0">null &&\
444
@echo. 2> .
memdump
450
findstr /C:"MEMORY ALLOCATED" .
memdump
| findstr /C:"MEMORY ALLOCATED : 0" > null \
453
findstr /C:"MEMORY ALLOC" .
memdump
| findstr /C:"MEMORY ALLOCATED : 0" > null && \
Completed in 168 milliseconds