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

Commit 62ce0c15 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8666349 from 1998db00 to tm-qpr1-release

Change-Id: I0696ace9c5f4b32043128255b03075091ece5df6
parents bc337c49 1998db00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ void storaged_t::flush_proto_data(userid_t user_id,
            first_write = false;
        }

        if (benchmark_size) {
        if (benchmark_size && benchmark_time_ns) {
            int perf = benchmark_size * 1000000LLU / benchmark_time_ns;
            storage_info->update_perf_history(perf, system_clock::now());
        }