Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
H A Dperf_test_data.cpp30 static std::atomic<long long> g_times; member
66 long long currentTimes = ++g_times; in UserThread()
196 std::atomic_store_explicit(&g_times, static_cast<long long>(0), std::memory_order_seq_cst); in main()
209 long long totalTimes = g_times.load(std::memory_order_relaxed); in main()
210 PRINTF_DATA(outFp.get(), "The total g_times(malloc/free): %lld\n", totalTimes); in main()

Completed in 1 milliseconds