HomeSort by relevance Sort by last modified time
    Searched refs:ElapsedTime (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpTrace.c 147 UINT64 ElapsedTime;
213 ElapsedTime = 0;
217 ElapsedTime = DurationInMicroSeconds ( Duration );
223 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
258 ElapsedTime,
268 ElapsedTime
304 UINT64 ElapsedTime;
343 ElapsedTime = 0;
346 ElapsedTime = DurationInMicroSeconds ( Duration );
348 if ((ElapsedTime < mInterestThreshold) ||
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpTrace.c 147 UINT64 ElapsedTime;
213 ElapsedTime = 0;
217 ElapsedTime = DurationInMicroSeconds ( Duration );
223 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
258 ElapsedTime,
268 ElapsedTime
304 UINT64 ElapsedTime;
343 ElapsedTime = 0;
346 ElapsedTime = DurationInMicroSeconds ( Duration );
348 if ((ElapsedTime < mInterestThreshold) ||
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
TimerLib.c 86 UINT32 ElapsedTime;
98 ElapsedTime = CurrentTime - StartTime;
99 } while (ElapsedTime < Delay);
101 NanoSeconds = ElapsedTime * PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds);
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
TimerLib.c 86 UINT32 ElapsedTime;
98 ElapsedTime = CurrentTime - StartTime;
99 } while (ElapsedTime < Delay);
101 NanoSeconds = ElapsedTime * PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmPeriodicTimerDispatch/
SmmPeriodicTimerDispatch.h 68 // ElapsedTime is the actual time in 100 nanosecond units elapsed since last called, a
74 UINT64 ElapsedTime;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmPeriodicTimerDispatch.h 55 UINT64 ElapsedTime;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SmmPeriodicSmiLib.h 98 @param[in] ElapsedTime The actual time in 100ns units elasped since
107 IN UINT64 ElapsedTime
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmPeriodicTimerDispatch2.h 71 /// ElapsedTime is the actual time in 100 nanosecond units elapsed since last called, a
74 UINT64 ElapsedTime;
  /external/ImageMagick/MagickCore/
timer.c 188 % ElapsedTime() returns the elapsed time (in seconds) since the last call to
191 % The format of the ElapsedTime method is:
193 % double ElapsedTime()
196 static double ElapsedTime(void)
392 time_info->elapsed.start=ElapsedTime();
425 time_info->elapsed.stop=ElapsedTime();
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 79 IN UINTN ElapsedTime
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmPeriodicTimer.c 179 Record->CommBuffer.PeriodicTimer.ElapsedTime += TimerInterval->Interval;
194 if (Record->CommBuffer.PeriodicTimer.ElapsedTime >= ChildContext->PeriodicTimer.Period) {
421 // has been invoked, so reset the ElapsedTime to 0
423 if (RecordInDb->CommBuffer.PeriodicTimer.ElapsedTime >= RecordInDb->ChildContext.PeriodicTimer.Period) {
424 RecordInDb->CommBuffer.PeriodicTimer.ElapsedTime = 0;
  /external/webrtc/webrtc/base/
task.h 106 int64_t ElapsedTime();
task.cc 55 int64_t Task::ElapsedTime() {
task_unittest.cc 85 if (ElapsedTime() > (time_to_perform_ * 1000 * 10000))
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
SmmPeriodicSmiLib.c 144 UINT64 ElapsedTime;
607 return PeriodicSmiLibraryHandler->ElapsedTime;
641 PeriodicSmiLibraryHandler->ElapsedTime
700 PeriodicSmiLibraryHandler->ElapsedTime
809 PeriodicSmiLibraryHandler->ElapsedTime = 0;
812 PeriodicSmiLibraryHandler->ElapsedTime = TimerContext->ElapsedTime;
    [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 71 private static class ElapsedTime {
91 final ElapsedTime time = new ElapsedTime();
123 ElapsedTime time = new ElapsedTime();
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 149 UINT64 ElapsedTime;
PxeBcSupport.c     [all...]
PxeBcImpl.c 368 Private->ElapsedTime = 0;
439 Private->ElapsedTime = 0;
    [all...]
PxeBcDhcp6.c 758 WriteUnaligned16 ((UINT16*)(Option + 4), HTONS((UINT16) Private->ElapsedTime));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 400 IN UINTN ElapsedTime
403 AsciiPrint ("\b\b\b\b\b\b\b\b\b\b\b\b \b\b%3d seconds", ElapsedTime);

Completed in 800 milliseconds