Lines Matching full:duration
353 CFAbsoluteTime duration;
367 duration = currentTime - start;
369 LOG(Plugins, "%f CFBundleLoadExecutable took %f seconds", currentTime, duration);
409 duration = currentTime - start;
411 LOG(Plugins, "%f WebGetDiskFragment took %f seconds", currentTime, duration);
512 duration = currentTime - mainStart;
514 LOG(Plugins, "%f main took %f seconds", currentTime, duration);
614 duration = currentTime - initializeStart;
616 LOG(Plugins, "%f NP_Initialize took %f seconds", currentTime, duration);
638 duration = currentTime - start;
640 LOG(Plugins, "%f Total load time: %f seconds", currentTime, duration);