mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
4549671caa
Build identifiers stored in vectors are searched linearly. While not optimal, this is enough for a basic implementation. In the future binary search option may be explored, to see if it is worthwhile. Possible gains wouldn't be significant, due to relatively small amount of debug info modules to handle. Debug info descriptor requests that have not yet been checked for (i.e. not in the s_di_known vector) are stored in the s_di_pending vector. When a check is performed from within a libbacktrace callback handler, there are some unknown problems with downloading data. Hence, the download process is delayed to be performed at a later time. The debug info descriptors retrieval can be then repeated. |
||
---|---|---|
.. | ||
tracy_concurrentqueue.h | ||
tracy_rpmalloc.cpp | ||
tracy_rpmalloc.hpp | ||
tracy_SPSCQueue.h | ||
TracyAlloc.cpp | ||
TracyArmCpuTable.hpp | ||
TracyCallstack.cpp | ||
TracyCallstack.h | ||
TracyCallstack.hpp | ||
TracyDebug.hpp | ||
TracyDxt1.cpp | ||
TracyDxt1.hpp | ||
TracyFastVector.hpp | ||
TracyLock.hpp | ||
TracyProfiler.cpp | ||
TracyProfiler.hpp | ||
TracyRingBuffer.hpp | ||
TracyScoped.hpp | ||
TracyStringHelpers.hpp | ||
TracySysTime.cpp | ||
TracySysTime.hpp | ||
TracySysTrace.cpp | ||
TracySysTrace.hpp | ||
TracyThread.hpp |