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-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
2022-10-09Include child calls in inline propagation.Bartosz Taudul
2022-10-09Implement inline cost propagation down the stack.Bartosz Taudul
2022-10-09Add inlines propagation UI.Bartosz Taudul
2022-10-09Fix offset of source code separator line.Bartosz Taudul
2022-10-06Enable file selector on emscripten.Bartosz Taudul
2022-10-06Change file selector to work with callbacks.Bartosz Taudul
2022-10-06Convert std::string to const char* in printf call.Bartosz Taudul
2022-10-05Extract file selector functionality.Bartosz Taudul
2022-10-05Support opening web pages on emscripten.Bartosz Taudul
2022-10-04Sample parents show function, not symbol.Bartosz Taudul
2022-10-02Just one compression worker thread on emscripten.Bartosz Taudul
2022-10-01Add ZEN4 to microarchitecture selector.Bartosz Taudul
2022-10-01Reenable ZEN4 cpuid.Bartosz Taudul