Lines Matching defs:timeStamp

651     // If we have a IconRecord, it should also have its timeStamp marked because there is only two times when we create the IconRecord:
652 // 1 - When we read the icon urls from disk, getting the timeStamp at the same time
997 double timeStamp = currentTime();
998 LOG(IconDatabase, "(THREAD) Open took %.4f seconds", timeStamp - startTime);
1007 LOG(IconDatabase, "(THREAD) performOpenInitialization() took %.4f seconds, now %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);
1008 timeStamp = newStamp;
1030 LOG(IconDatabase, "(THREAD) performImport() took %.4f seconds, now %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);
1031 timeStamp = newStamp;
1036 // while (currentTime() - timeStamp < 10);
1047 LOG(IconDatabase, "(THREAD) performURLImport() took %.4f seconds. Entering main loop %.4f seconds from thread start", newStamp - timeStamp, newStamp - startTime);
1362 double timeStamp = currentTime();
1415 LOG(IconDatabase, "(THREAD) Main work loop ran for %.4f seconds, %s requested to terminate", newstamp - timeStamp, shouldStopThreadActivity() ? "was" : "was not");
1462 double timeStamp = currentTime();
1561 LOG(IconDatabase, "Reading from database took %.4f seconds", currentTime() - timeStamp);
1571 double timeStamp = currentTime();
1601 LOG(IconDatabase, "Wrote IconRecord for IconURL %s with timeStamp of %i to the DB", urlForLogging(iconSnapshots[i].iconURL()).ascii().data(), iconSnapshots[i].timestamp());
1621 LOG(IconDatabase, "Updating the database took %.4f seconds", currentTime() - timeStamp);
1776 double timeStamp = currentTime();
1796 LOG(IconDatabase, "(THREAD) Final closure took %.4f seconds", currentTime() - timeStamp);