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-26Remove graphical representation of instruction latencies.Bartosz Taudul
2022-10-19Extract calculation of jump separation.Bartosz Taudul
2022-10-15Propagate inlines to src line addresses.Bartosz Taudul
2022-10-14Add local call stack navigation menu to asm lines.Bartosz Taudul
2022-10-12Remove locationCodeAddressList map from Worker.Bartosz Taudul
2022-10-09Add inlines propagation UI.Bartosz Taudul
2022-09-21Take less space for asm address in relative mode.Bartosz Taudul
2022-09-16Dummy tokenization of asm operands.Bartosz Taudul
2022-09-11Collect asm operation type data.Bartosz Taudul
2022-08-15Push big font to source view.Bartosz Taudul
2022-08-12Drop access to native window.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-07-02No need to include imgui.h in source view header.Bartosz Taudul
2022-04-26Add missing includes.Bartosz Taudul
2021-12-29Fix calculation of jump arrows offset.Bartosz Taudul
2021-11-27Display list of child calls.Bartosz Taudul
2021-11-27Add calculation of child stats to source view.Bartosz Taudul
2021-11-20Push small font to SourceView.Bartosz Taudul
2021-11-20Don't pass font to SourceView ctor.Bartosz Taudul
2021-11-19Add font set/unset helpers.Bartosz Taudul
2021-11-19Update source view font.Bartosz Taudul
2021-11-14Sort symbols list only when actually needed.Bartosz Taudul
2021-11-13Don't select out-of-context asm lines.Bartosz Taudul
2021-11-13Separate function for checking asm function context.Bartosz Taudul
2021-07-26Cycle through assembly blocks when right-clicking source line.Bartosz Taudul
2021-07-18Render relative hw samples values.Bartosz Taudul
2021-07-18Include hw stats in AddrStatData.Bartosz Taudul
2021-07-18Store and pass AddrStat data in one data structure.Bartosz Taudul
2021-07-18Implement counting relative hw samples data.Bartosz Taudul
2021-07-18Drop limitView from GatherIpHwStats interface.Bartosz Taudul
2021-07-18Add relative hw samples checkbox.Bartosz Taudul
2021-07-18Make hw stats cost a parameter.Bartosz Taudul
2021-06-20Move cycles up in cost combo selector.Bartosz Taudul
2021-06-20Keep raw hw sample data visually separate.Bartosz Taudul
2021-06-20Use enum for cost selection.Bartosz Taudul
2021-06-20Store 64-bit integers in AddrStat.Bartosz Taudul
2021-06-20Calculating cost in cycles and retirements.Bartosz Taudul
2021-06-19Add cost criteria selection UI.Bartosz Taudul
2021-06-09Extract rendering hw samples line part.Bartosz Taudul
2021-06-09Display hw samples tooltip for source lines.Bartosz Taudul
2021-06-04Allow range-limiting hardware samples.Bartosz Taudul
2021-05-23Display hardware counter statistics in asm line columns.Bartosz Taudul
2021-04-18Add child samples to source view percentages.Bartosz Taudul
2021-04-18Gather child IP stats for addresses without samples.Bartosz Taudul
2021-04-18Don't shadow variables.Bartosz Taudul
2021-04-18Include child calls in asm view percentages.Bartosz Taudul
2021-04-18Add AddrStat::operator+=( AddrStat ).Bartosz Taudul
2021-04-18Store instruction pointer stats as AddrStat.Bartosz Taudul
2021-04-18Do not copy instruction pointer maps.Bartosz Taudul
2021-04-18Add child calls UI.Bartosz Taudul