bertrandmartel / speed-test-lib

:cloud: JSpeedTest : speed test client library for Java/Android
MIT License
381 stars 119 forks source link

SpeedTestReport#getReportTime #66

Open 102Rudy opened 6 years ago

102Rudy commented 6 years ago

Hello!

/**
* upload report time in nanoseconds.
*/
private final long mReportTime;

Comments say that mReportTime field has time in nanoseconds

/**
* get current timestamp.
*
* @return current timestamp for this report measurement (millis since 1970)
*/
public long getReportTime() {
    return mReportTime;
}

but also comments say that getReportTime returns time in millis