Home
last modified time | relevance | path

Searched refs:FRAME_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp44 #define FRAME_COUNT 10000 in DoGetFrameCount() macro
56 if ((m_frames.size() % FRAME_COUNT) == 0) { in DoGetFrameCount()
59 printf("%u frames in %.9f ms (%g frames/sec)\n", FRAME_COUNT, in DoGetFrameCount()
61 (float)FRAME_COUNT / duration<double>(delta_t).count()); in DoGetFrameCount()