Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 746a7382 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Private API became public..." am: eb44ebbf

am: 85fc4d6d

Change-Id: I9ccfc88dc7d86462e323e32ce2b13726e05ec1c3
parents 9de5c773 85fc4d6d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);
    }