aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-13 08:35:57 -0700
committerGravatar GitHub <noreply@github.com>2017-03-13 08:35:57 -0700
commit2fcf211b0653857967a3f05d65dafeaa4d063849 (patch)
treee6bf74a002a0cb13aa69e4caf4616a56105ef58d /tools
parent56d048d44282378d84f47d7e6e4f4435d01dd215 (diff)
parent19e6b88af0e4a3b9f3cb3fbfdc8fca96d320f26d (diff)
Merge pull request #9947 from ctiller/track_memory
Track memory as part of microbenchmark profiling runs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/profiling/latency_profile/run_latency_profile.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/profiling/latency_profile/run_latency_profile.sh b/tools/profiling/latency_profile/run_latency_profile.sh
index e9baee0957..41423fc3c1 100755
--- a/tools/profiling/latency_profile/run_latency_profile.sh
+++ b/tools/profiling/latency_profile/run_latency_profile.sh
@@ -44,4 +44,9 @@ else
PYTHON=python2.7
fi
+make CONFIG=opt memory_profile_test memory_profile_client memory_profile_server
+bins/opt/memory_profile_test
+bq load microbenchmarks.memory memory_usage.csv
+
$PYTHON tools/run_tests/run_microbenchmark.py --collect summary perf latency --bigquery_upload
+