Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-18Implement resetting selected microarchitecture.Bartosz Taudul
2022-10-18Resize canvas to fit window on page load.Bartosz Taudul
2022-10-18Do not hide progress bar, leaving the preload element.Bartosz Taudul
2022-10-18Do not crash on resize when application has not started yet.Bartosz Taudul
2022-10-15Add software S3TC decoder.Bartosz Taudul
2022-10-15Detect if hardware supports S3TC.Bartosz Taudul
2022-10-15Create icon texture while waiting for icon to load.Bartosz Taudul
2022-10-15Fix blur caused by fractional DPI scaling.Bartosz Taudul
2022-10-15Remove TODO.Bartosz Taudul
2022-10-15Check if glfwRequestWindowAttention() is available.Bartosz Taudul
2022-10-15Update manual.Bartosz Taudul
2022-10-15Update NEWS.Bartosz Taudul
2022-10-15Do not limit inline propagation to sample count cost.Bartosz Taudul
2022-10-15Perform fast integer comparison before comparing strings.Bartosz Taudul
2022-10-15Propagate inlines for hw sample impact.Bartosz Taudul
2022-10-15Include hardware samples in inline propagation.Bartosz Taudul
2022-10-15Propagate inlines to src line addresses.Bartosz Taudul
2022-10-14No cost propagation when symbol is narrowed down to a single function.Bartosz Taudul
2022-10-14Use menus in inline call stack popup.Bartosz Taudul
2022-10-14Update imgui to f87e891f.Bartosz Taudul
2022-10-14Update NEWS.Bartosz Taudul
2022-10-14Add local call stack navigation menu to asm lines.Bartosz Taudul
2022-10-14Select clicked on asm line.Bartosz Taudul
2022-10-13Update NEWS.Bartosz Taudul
2022-10-13Reverse mouse buttons for jumping in symbol view.Bartosz Taudul
2022-10-13Make the local callstack more readable.Bartosz Taudul
2022-10-13Update NEWS.Bartosz Taudul
2022-10-13Request attention on disconnect.Bartosz Taudul
2022-10-13Require attention after load / connect.Bartosz Taudul
2022-10-13Only request attention if window has no focus.Bartosz Taudul
2022-10-13Request attention when save finishes.Bartosz Taudul
2022-10-13Require attention on failure popups.Bartosz Taudul
2022-10-13Add attention callback helper.Bartosz Taudul
2022-10-13View::Draw() is no longer static.Bartosz Taudul
2022-10-13Hook up attention callback.Bartosz Taudul
2022-10-13All View ctor parameters need to be explicitly stated.Bartosz Taudul
2022-10-13Remove dead code.Bartosz Taudul
2022-10-13Add attention request function to windowing backend.Bartosz Taudul
2022-10-13Make sure window redraw is active on refresh callback.Bartosz Taudul
2022-10-13Make sure source file data is properly tracked.Bartosz Taudul
2022-10-13Always fill source code query queue when performing a query.Bartosz Taudul
2022-10-13Decouple source code retrieval from the profiler thread.Bartosz Taudul
2022-10-13Handle symbol thread crashes.Bartosz Taudul
2022-10-13Initialize rpmalloc properly in symbol worker.Bartosz Taudul
2022-10-12Increase extra data in SymbolQueueItem to 64 bit.Bartosz Taudul
2022-10-12Fix preprocesor condition.Bartosz Taudul
2022-10-12s_symbolTid is only available if crash handler is there.Bartosz Taudul
2022-10-12Cleanup.Bartosz Taudul
2022-10-12Update NEWS.Bartosz Taudul
2022-10-12Display local call stack for assembly lines.Bartosz Taudul