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-09-03Switch plot drawing to the timeline items system.Bartosz Taudul
2022-08-03Using push/pop in all pragma pack pair to avoid potential padding bugsDaniel
2022-07-24Include custom color in plot configuration.Bartosz Taudul
2022-07-24Set plot fill using configuration message.Bartosz Taudul
2022-07-24Plots may now be drawn as staircases.Bartosz Taudul
2022-07-23Move LockMap and LockHighlight definitions.Bartosz Taudul
2022-07-18Track locking thread on server side.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2021-11-27Also calculate sample parents without inlines.Bartosz Taudul
2021-11-27Collect child sample addresses.Bartosz Taudul
2021-11-15Handle postponed samples with SortedVector.Bartosz Taudul
2021-11-14Use table instead of map to track reentrant calls.Bartosz Taudul
2021-11-14Non-memory tree callstacks are not needed.Bartosz Taudul
2021-11-14Generic callstack tree builder.Bartosz Taudul
2021-11-13Rename CallstackFrameTree -> MemCallstackFrameTree.Bartosz Taudul
2021-11-13Detect context switch callstack samples.Bartosz Taudul
2021-11-06Construct faux context switch data from fiber events.Bartosz Taudul
2021-11-06Explicit tracking of fiber state in ThreadData.Bartosz Taudul
2021-11-02Store fiber state is ThreadData.Bartosz Taudul
2021-10-17Calculate plot values sum.Bartosz Taudul
2021-09-23Include threadid in SampleDataRangexavier
2021-07-11Add hasher and comparator for StringIdx.Bartosz Taudul
2021-06-23Cosmetics.Bartosz Taudul
2021-06-21Introduce SrcLocCountMapTerence Rokop
2021-06-17Count kernel samples.Bartosz Taudul
2021-06-15Implement combining sample callstacks.Bartosz Taudul
2021-06-15Add Int48 clearing function.Bartosz Taudul
2021-06-09Handle GPU timer overflows with heuristics.Bartosz Taudul
2021-06-04Support hw sample times on server.Bartosz Taudul
2021-05-20Process additional hardware sample data.Bartosz Taudul
2021-05-20Collect hardware sample data.Bartosz Taudul
2021-05-01Replace two memory reads with just one.Bartosz Taudul
2021-02-07Use SortedVector for plot data.Bartosz Taudul
2021-01-31Process GPU context name messages.Bartosz Taudul
2020-11-27Adding ZoneColor to set a dynamic color override to an existing zone.Ben Vanik
2020-09-25Save/load custom memory types.Bartosz Taudul
2020-09-25Store memory name in MemData struct.Bartosz Taudul
2020-08-10Store instruction pointers in per-symbol sample data.Bartosz Taudul
2020-07-07Process GPU calibration on server.Bartosz Taudul
2020-07-07Drop accuracy bits from GPU context.Bartosz Taudul
2020-06-16Replace floating point condition with a bool.Bartosz Taudul
2020-06-14Drop support for loading pre-0.6.0 traces.Bartosz Taudul
2020-05-31Don't add ghost zones if full callstack data isn't available.Bartosz Taudul
2020-05-27Explicitly store GPU context type.Bartosz Taudul
2020-05-23Add StringRef hasher, comparator.Bartosz Taudul
2020-04-14No signed left shifts.Bartosz Taudul
2020-04-14Don't shift left negative values.Bartosz Taudul
2020-03-27Store list of symbol locations.Bartosz Taudul
2020-03-25Symbol length transfer.Bartosz Taudul
2020-03-17Pack frame identifiers in ghost zones.Bartosz Taudul