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-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
2022-10-01Add ZEN4 microarchitecture data.Bartosz Taudul
2022-10-01But do not expose it yet.Bartosz Taudul
2022-10-01Add ZEN4 cpuid.Bartosz Taudul
2022-09-30Emscripten expects GLES2 (WebGL 1).Bartosz Taudul
2022-09-29Remove unused variable.Bartosz Taudul
2022-09-29Drop support for old, broken compilers.Bartosz Taudul
2022-09-28Mark activity when playback is underway.Bartosz Taudul
2022-09-28Mark activity when animating message marker.Bartosz Taudul
2022-09-28Mark activity on buzz anim in zone trace.Bartosz Taudul
2022-09-28Mark activity on frame times histogram highlight.Bartosz Taudul
2022-09-28Mark activity when lock is highlighting.Bartosz Taudul
2022-09-28Mark activity when find zone histogram is highlighting.Bartosz Taudul
2022-09-28Mark activity when buzz anim is enabled.Bartosz Taudul
2022-09-28BuzzAnim Update() returns whether it's active.Bartosz Taudul
2022-09-28Mark activity when animating timeline items.Bartosz Taudul
2022-09-28Mark activity when notification area is in use.Bartosz Taudul
2022-09-28Mark activity when zoom animation is underway.Bartosz Taudul
2022-09-28Mark activity when waiting dots are drawn.Bartosz Taudul
2022-09-28Activity tracking global variable.Bartosz Taudul
2022-09-27Allow checking whether View was active.Bartosz Taudul
2022-09-24No need for more than one space between mnemonic and operands.Bartosz Taudul
2022-09-24Make source location display a bit shorter in asm line.Bartosz Taudul
2022-09-24Use ellipsis for more condensed source file in asm line.Bartosz Taudul
2022-09-21Take less space for asm address in relative mode.Bartosz Taudul
2022-09-21Assembly lines spacing improvements.Bartosz Taudul
2022-09-19Display local jump target source code preview in tooltip.Bartosz Taudul
2022-09-19Display inline function name in local jump label.Bartosz Taudul
2022-09-18Display call target function name more prominently.Bartosz Taudul
2022-09-18Make the ARM registers list more complete.Bartosz Taudul
2022-09-18Cosmetics.Bartosz Taudul
2022-09-18Mark privileged instructions in the tooltip.Bartosz Taudul
2022-09-17Different coloring for jump/call/ret or privileged mnemonics.Bartosz Taudul
2022-09-17Use proper list of x64 registers.Bartosz Taudul
2022-09-17Use common colors.Bartosz Taudul
2022-09-17Adjust assembly register selection colors.Bartosz Taudul
2022-09-17Tokenize assembly operands.Bartosz Taudul
2022-09-16Print asm operands taking tokens into account.Bartosz Taudul