aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/telemetry_perf_perf
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:33 +0000
commit259920472993543630e04ecb77f6f4c2d35ad379 (patch)
tree77dc031614745bb406dbd90cea9a082a1b5cdd54 /crosperf/experiment_files/telemetry_perf_perf
parent836cde1fd7aa7f58f421ea96f2c1e2e318c09356 (diff)
parent40214b48188358a80b7478bfff21d4814dd9177c (diff)
downloadtoolchain-utils-259920472993543630e04ecb77f6f4c2d35ad379.tar.gz
Snap for 10453563 from 40214b48188358a80b7478bfff21d4814dd9177c to mainline-conscrypt-releaseaml_con_341614000aml_con_341511080aml_con_341410300aml_con_341310090aml_con_341110000android14-mainline-conscrypt-release
Change-Id: I3cc3f64c89b461eda0b48666502f7285076f7be5
Diffstat (limited to 'crosperf/experiment_files/telemetry_perf_perf')
-rwxr-xr-xcrosperf/experiment_files/telemetry_perf_perf5
1 files changed, 2 insertions, 3 deletions
diff --git a/crosperf/experiment_files/telemetry_perf_perf b/crosperf/experiment_files/telemetry_perf_perf
index acdf96d0..e46fdc2a 100755
--- a/crosperf/experiment_files/telemetry_perf_perf
+++ b/crosperf/experiment_files/telemetry_perf_perf
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2016 The Chromium OS Authors. All rights reserved.
+# Copyright 2016 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
@@ -12,7 +12,7 @@
# Perf will run for the entire benchmark run, so results should be interpreted
# in that context. i.e, if this shows a 3% overhead for a particular perf
# command, that overhead would only be seen during the 2 seconds of measurement
-# during a Chrome OS Wide Profiling collection.
+# during a ChromeOS Wide Profiling collection.
set -e
board=xxx #<you-board-here>
@@ -74,4 +74,3 @@ RunExperiment 'cycles.callgraph' \
# overhead.
RunExperiment 'memory.bandwidth' \
'stat -e cycles -e instructions -e uncore_imc/data_reads/ -e uncore_imc/data_writes/ -e cpu/event=0xD0,umask=0x11,name=MEM_UOPS_RETIRED-STLB_MISS_LOADS/ -e cpu/event=0xD0,umask=0x12,name=MEM_UOPS_RETIRED-STLB_MISS_STORES/'
-