summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2017-12-18 23:58:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-12-18 23:58:15 +0000
commiteb44ebbfcd0cb0fa9f56f9292a9549dfef397b34 (patch)
treea4f9a77838f6d44fd105c1bfd30c7cf445341c92
parentd0ac50bcadfb3b2472351d581d7f3b25702d6c55 (diff)
parent7c2107b1fa2d56efc9563598d95f500e61b857c1 (diff)
Merge "Private API became public..."
-rw-r--r--libs/hwui/tests/macrobench/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/tests/macrobench/main.cpp b/libs/hwui/tests/macrobench/main.cpp
index dd4ca6eb87cb..616558f29676 100644
--- a/libs/hwui/tests/macrobench/main.cpp
+++ b/libs/hwui/tests/macrobench/main.cpp
@@ -21,7 +21,6 @@
#include "hwui/Typeface.h"
#include "protos/hwui.pb.h"
-#include <../src/sysinfo.h>
#include <benchmark/benchmark.h>
#include <getopt.h>
#include <pthread.h>
@@ -320,9 +319,6 @@ int main(int argc, char* argv[]) {
name_field_width += 5;
benchmark::BenchmarkReporter::Context context;
- context.num_cpus = benchmark::NumCPUs();
- context.mhz_per_cpu = benchmark::CyclesPerSecond() / 1000000.0f;
- context.cpu_scaling_enabled = benchmark::CpuScalingEnabled();
context.name_field_width = name_field_width;
gBenchmarkReporter->ReportContext(context);
}