OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vsz
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/scripts/
measurement-functions
75
{ read
vsz
; echo ${
vsz
:-0}; }
123
# of the runtime to $1 +/- $2 and the ratio of the
VSZ
to $3 +/- $4.
143
echo "Average time: ${avg2} +/- ${stddev2} seconds /
VSZ
${vsz2} +/- ${vszdev2} KB"
144
awk "END{printf "'"'"Ratio = %.2f +/- %.2f;
VSZ
ratio: %.2f +/- %.2f\n"'"'", ${avg2}/${avg1}, ${avg2}/${avg1}*(${stddev1}/${avg1}+${stddev2}/${avg2}), ${vsz2}/${vsz1}, ${vsz2}/${vsz1}*(${vszdev1}/${vsz1}+${vszdev2}/${vsz2})}" </dev/null
/external/chromium_org/tools/telemetry/telemetry/core/platform/
mac_platform_backend.py
118
rss_vsz = self._GetPsOutput(['rss', '
vsz
'], pid)
120
rss,
vsz
= rss_vsz[0].split()
121
return {'VM': 1024 * int(
vsz
),
Completed in 167 milliseconds