mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IJPL-426 fix incorrect "total time" calculation in scanning statistics
GitOrigin-RevId: 0d92ce7eaefb7fa15488681f6e5b7ea9047020fd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9488fb789e
commit
76e2c396bc
@@ -106,6 +106,7 @@ data class ProjectScanningHistoryImpl(override val project: Project,
|
||||
}
|
||||
|
||||
fun scanningStarted() {
|
||||
timesImpl.totalUpdatingTime = System.nanoTime()
|
||||
timesImpl.updatingStart = ZonedDateTime.now(ZoneOffset.UTC)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user