Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1949)

Unified Diff: chrome/browser/metrics/perf/perf_provider_chromeos.cc

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/metrics/perf/perf_provider_chromeos.cc
diff --git a/chrome/browser/metrics/perf/perf_provider_chromeos.cc b/chrome/browser/metrics/perf/perf_provider_chromeos.cc
index 7b7b3c6494d1e23d936420b67c1529a116a14777..f7b47d19fa47ff8528e6baffc2ecd6e88fe01107 100644
--- a/chrome/browser/metrics/perf/perf_provider_chromeos.cc
+++ b/chrome/browser/metrics/perf/perf_provider_chromeos.cc
@@ -174,7 +174,7 @@ const std::vector<RandomSelector::WeightAndValue> GetDefaultCommands_x86_64(
// requires kernel support, which was added in kernel 4.4, and it was
// backported to kernel 3.18. Prefer LBR callstack profiling where supported
// instead of FP callchains, because the former works with binaries compiled
- // with frame pointers disabled, such as the ARC++ runtime.
+ // with frame pointers disabled, such as the ARC runtime.
const char *callgraph_cmd = kPerfRecordFPCallgraphCmd;
if (MicroarchitectureHasLBRCallgraph(intel_uarch) &&
KernelReleaseHasLBRCallgraph(cpuid.release)) {

Powered by Google App Engine
This is Rietveld 408576698