Home
last modified time | relevance | path

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

/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/
H A Dprofiler.h722 … PROFILER_API timestamp_t this_thread_frameTime(Duration _durationCast = ::profiler::MICROSECONDS);
804 inline timestamp_t this_thread_frameTime(Duration = ::profiler::MICROSECONDS) { return 0; }
827 return ::profiler::this_thread_frameTime(_durationCast);
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.cpp425 PROFILER_API timestamp_t this_thread_frameTime(Duration _durationCast) in this_thread_frameTime() function
515 PROFILER_API timestamp_t this_thread_frameTime(Duration) { return 0; }