Home
last modified time | relevance | path

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

/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dcommon_functions.h67 #define PROF_MICROSECONDS(timestamp) ((timestamp) * 1e-3) macro
H A Dglobals.h258 return PROF_MICROSECONDS(qreal(_time - EASY_GLOBALS.begin_time)); in sceneX()
H A Dblocks_graphics_view.h255 return PROF_MICROSECONDS(qreal(_time - m_beginTime)); in time2position()
H A Darbitrary_value_inspector.cpp383 const qreal x = PROF_MICROSECONDS(qreal(_value.begin() - m_beginTime)); in point()