Merge "Private API became public..." am: eb44ebbfcd am: 85fc4d6dd6

am: 746a738276

Change-Id: Ifb1fd8dc812d160cd998ba23371e0cfff0c43adb
This commit is contained in:
Elliott Hughes
2017-12-19 00:50:31 +00:00
committed by android-build-merger

View File

@@ -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>
@@ -345,9 +344,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);
}