in path-manager/app/services/Metrics.scala [49:51]
def recordTimeSpent(durationInMillis: Long) = { _times.set(durationInMillis :: _times.get()) }