You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def result =ProgressLogger.measureAndLogTime({spent-> log.debug('Operation took: '+ spent) }){
println'test'// Some long measured workreturn42
}
assert42== result