package t0;

/* JADX INFO: renamed from: t0.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0718a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private long f6480a = System.nanoTime();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private long f6481b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private long f6482c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private double f6483d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private double f6484e;

    protected C0718a() {
    }

    public void a() {
        this.f6482c = System.nanoTime();
    }

    public void b() {
        this.f6481b = this.f6480a;
        long jNanoTime = System.nanoTime();
        this.f6480a = jNanoTime;
        long j2 = jNanoTime - this.f6482c;
        long j3 = jNanoTime - this.f6481b;
        if (j3 > 0) {
            this.f6484e = (this.f6484e * 0.99d) + (j2 * 0.01d);
            this.f6483d = (this.f6483d * 0.99d) + (j3 * 0.01d);
        }
    }
}
