Home
last modified time | relevance | path

Searched refs:g_freeDuration (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c52 static double g_freeDuration = 0; variable
126 g_freeDuration += (double)(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForMalloc()
153 g_freeDuration += (double)(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForCalloc()
190 g_freeDuration += (double)(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForRealloc()
233 freeCount, g_freeDuration, g_freeDuration / freeCount); in ThreadFuncC()
H A Dmalloc_test.cpp50 static double g_freeDuration = 0; member
124 g_freeDuration += static_cast<double>(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForMalloc()
151 g_freeDuration += static_cast<double>(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForCalloc()
189 g_freeDuration += static_cast<double>(timerStop - timerStart) / CLOCKS_PER_SEC; in ApplyForRealloc()
250 freeCount, g_freeDuration, g_freeDuration / freeCount); in ThreadFuncC()

Completed in 3 milliseconds