kfdtest: Use GetSystemTickCountInMicroSec() as much as possible

GetSystemTickCountInMicroSec() wraps the function gettimeofday().

Change-Id: I7b767a6efdd1db491fc8113313945b578ac69382
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>


[ROCm/ROCR-Runtime commit: 174484aac3]
This commit is contained in:
Yong Zhao
2019-11-06 18:57:36 -05:00
parent 44c020f2a3
commit d98400f647
5 changed files with 22 additions and 23 deletions
@@ -95,8 +95,6 @@ void MemoryBarrier();
*/
bool MultiProcessTest(const char *testToRun, int numOfProcesses, int runsPerProcess = 1);
HSAuint64 GetSystemTickCountInMicroSec();
/* Put the system to S3/S4 power state and bring it back to S0.
* @return 'true' on success, 'false' on failure.
*/