IJPL-426 fix incorrect "total time" calculation in scanning statistics

GitOrigin-RevId: 0d92ce7eaefb7fa15488681f6e5b7ea9047020fd
This commit is contained in:
Andrei.Kuznetsov
2024-04-16 16:00:57 +02:00
committed by intellij-monorepo-bot
parent 9488fb789e
commit 76e2c396bc

View File

@@ -106,6 +106,7 @@ data class ProjectScanningHistoryImpl(override val project: Project,
}
fun scanningStarted() {
timesImpl.totalUpdatingTime = System.nanoTime()
timesImpl.updatingStart = ZonedDateTime.now(ZoneOffset.UTC)
}