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
path: root/server
AgeCommit message (Expand)Author
2022-10-30Pressing cancel is not an error.Bartosz Taudul
2022-10-30Expose internal file selector failure state.Bartosz Taudul
2022-10-30Report if file selector can be displayed.Bartosz Taudul
2022-10-28Drop support for 0.7.x traces.Bartosz Taudul
2022-10-28Add 0.9 protocol version to protocol history.Bartosz Taudul
2022-10-26Remove graphical representation of instruction latencies.Bartosz Taudul
2022-10-26Move code size to assembly pane.Bartosz Taudul
2022-10-26Condense some more.Bartosz Taudul
2022-10-26Condense some text labels.Bartosz Taudul
2022-10-26Smaller font for symbol image name.Bartosz Taudul
2022-10-26Fix window focus issues when navigating with WSAD.Bartosz Taudul
2022-10-19Further as-needed compression of jump graph.Bartosz Taudul
2022-10-19Condense jump arrows, depending on max depth of jump graph.Bartosz Taudul
2022-10-19Extract calculation of jump separation.Bartosz Taudul
2022-10-18Do not use thousands separator for source line numbers.Bartosz Taudul
2022-10-18Implement resetting selected microarchitecture.Bartosz Taudul
2022-10-15Add software S3TC decoder.Bartosz Taudul
2022-10-15Detect if hardware supports S3TC.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-14Add local call stack navigation menu to asm lines.Bartosz Taudul
2022-10-14Select clicked on asm line.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-13Request attention on disconnect.Bartosz Taudul
2022-10-13Require attention after load / connect.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-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-12Display local call stack for assembly lines.Bartosz Taudul
2022-10-12Construct fake callstack frames for code location data.Bartosz Taudul
2022-10-12Remove codeAddressToLocation map.Bartosz Taudul
2022-10-12Remove locationCodeAddressList map from Worker.Bartosz Taudul
2022-10-12Restore building code symbol map.Bartosz Taudul
2022-10-11Remove CodeLocation query and CodeInformation response.Bartosz Taudul
2022-10-11Get location for address from callstack frame data.Bartosz Taudul
2022-10-11Replace code location queries with callstack frame ones.Bartosz Taudul
2022-10-10When opening a new trace, set view to whole time span.Bartosz Taudul