Searched refs:TicksPerSecond (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/ |
D | EblCmdLib.c | 222 UINT64 Delta, TicksPerSecond, Milliseconds, Microseconds; in EblPerformance() local 225 TicksPerSecond = GetPerformanceCounterProperties (NULL, NULL); in EblPerformance() 237 Microseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000000), TicksPerSecond, NULL); in EblPerformance() 255 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in EblPerformance() 263 …Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL)); in EblPerformance()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/ |
D | EblCmdLib.c | 222 UINT64 Delta, TicksPerSecond, Milliseconds, Microseconds; in EblPerformance() local 225 TicksPerSecond = GetPerformanceCounterProperties (NULL, NULL); in EblPerformance() 237 Microseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000000), TicksPerSecond, NULL); in EblPerformance() 255 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in EblPerformance() 263 …Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL)); in EblPerformance()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
D | LinuxLoaderHelper.c | 39 UINT64 Delta, TicksPerSecond, Milliseconds; in PrintPerformance() local 45 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop); in PrintPerformance() 61 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in PrintPerformance() 71 DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL)); in PrintPerformance()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
D | EblCmdLib.c | 230 UINT64 Delta, TicksPerSecond, Milliseconds, Microseconds; in EblPerformance() local 234 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop); in EblPerformance() 251 Microseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000000), TicksPerSecond, NULL); in EblPerformance() 269 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in EblPerformance() 277 …Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL)); in EblPerformance()
|