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-28Drop support for 0.7.x traces.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-12Construct fake callstack frames for code location data.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-02Just one compression worker thread on emscripten.Bartosz Taudul
2022-09-05Implement checking if frames are in use.Bartosz Taudul
2022-09-02Import frame messages (#459)jkriegshauser
2022-09-02Fix callstackPayload overflow when data to read size was POT.Bartosz Taudul
2022-09-02Don't copy short_ptr.Bartosz Taudul
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-08-17Run source file query on payloaded source locations.Bartosz Taudul
2022-08-14Release MemData.Bartosz Taudul
2022-08-08Use proper type in StringKey initialization.Bartosz Taudul
2022-07-31Fix inline functions not being attributed to symbols.Bartosz Taudul
2022-07-30Process Vsync frame messages.Bartosz Taudul
2022-07-27fix tracy worker threads conflictJiangping Xu
2022-07-24Include custom color in plot configuration.Bartosz Taudul
2022-07-24Set plot fill using configuration message.Bartosz Taudul
2022-07-24Set plot staircase using plot configuration message.Bartosz Taudul
2022-07-24Use separate messages for transfer of different plot value types.Bartosz Taudul
2022-07-24Save/load plot steps parameter.Bartosz Taudul
2022-07-24Plots may now be drawn as staircases.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
2022-06-22Extract common reference time processing to a function.Bartosz Taudul
2022-06-22Subtract base time directly in TscTime().Bartosz Taudul
2022-06-16Add braces around initialization of subobjects.Bartosz Taudul
2022-05-02Retrieve correct symbol address.Bartosz Taudul
2022-05-01Transfer executable image name in source file queries.Bartosz Taudul
2022-05-01Pass symbol image name to CacheSource().Bartosz Taudul
2022-04-26Remove unused variables.Bartosz Taudul
2022-04-26Fix initialization order.Bartosz Taudul
2022-04-18Drop support for pre-0.7 traces.Bartosz Taudul
2022-04-18Bump protocol to simplify IsQueryPrio().Bartosz Taudul
2022-04-01Remember if there is branch retirement data.Bartosz Taudul
2022-03-31Send priority queries before other queued up queries.Bartosz Taudul
2022-03-31Make easy check first.Bartosz Taudul
2022-03-31Define a list of priority queries.Bartosz Taudul
2022-03-30Implement scanning for source files missing in cache.Bartosz Taudul
2022-03-30Extract source file caching functionality.Bartosz Taudul
2022-03-10Avoid accessing address 0 when reporting a failure.Thomas Bernard
2022-01-29Create GPU source location zones stats entry, if not present.Bartosz Taudul
2022-01-29Save source location data counts.Bartosz Taudul
2022-01-29Perform GPU statistics reconstruction.Bartosz Taudul
2022-01-29Collection of GPU statistics.Bartosz Taudul