Lines Matching refs:reportTime
217 public void reportTime(String s0, Date curr, Date prev) { in reportTime() method in KdcGui
232 reportTime("First timestamp: ", pdateFirst, pdateFirst); in reportStartTimes()
233 reportTime("After krb5.conf: ", pdateAfterKrb5Conf, pdateFirst); in reportStartTimes()
234 reportTime("KdcGuiRoot done: ", pdateEndGuiRoot, pdateAfterKrb5Conf); in reportStartTimes()
235 reportTime("At startGroup : ", pdateBeginStartGroup, pdateEndGuiRoot); in reportStartTimes()
236 reportTime("Strings set up : ", pdateStringsDone, pdateBeginStartGroup); in reportStartTimes()
237 reportTime("Login ready : ", pdateLoginReady, pdateStringsDone); in reportStartTimes()
238 reportTime("Login complete : ", pdateLoginDone, pdateLoginReady); in reportStartTimes()
239 reportTime("Session set up : ", pdateSessionUp, pdateLoginDone); in reportStartTimes()
240 reportTime("Start main win : ", pdatePreMainShow, pdateSessionUp); in reportStartTimes()
241 reportTime("Done main win : ", pdatePostMainShow, pdatePreMainShow); in reportStartTimes()
242 reportTime("Main win active: ", pdateMainActive, pdatePostMainShow); in reportStartTimes()
1109 reportTime("Fetched Plist : ", pdateHavePlist, pdateStartPlist); in fillPrincipalList()
1114 reportTime("Completed Plist: ", pdateDonePlist, pdateHavePlist); in fillPrincipalList()