2018-04-05 17:20:28 +00:00
|
|
|
Note: There is no guarantee that version mismatched client and server will
|
|
|
|
be able to talk with each other. Network protocol breakages won't be listed
|
|
|
|
here.
|
|
|
|
|
|
|
|
|
2021-05-21 20:08:08 +00:00
|
|
|
v0.x.x (xxxx-xx-xx)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
|
|
|
|
resolution in call stacks on Windows.
|
2021-05-21 23:12:33 +00:00
|
|
|
- Limited client query response rate.
|
2021-05-31 20:40:57 +00:00
|
|
|
- Improved function matching algorithm in compare traces view.
|
|
|
|
- Added minimal CMake integration layer.
|
|
|
|
- Reworked rpmalloc initialization.
|
2021-06-14 21:52:23 +00:00
|
|
|
- Fixed display of messages with newlines on messages list.
|
2021-06-09 00:25:53 +00:00
|
|
|
- Excluded some uninteresting wrapper functions from call stacks (for
|
|
|
|
example SIMD pass-through intrinsics to the compiler built-ins).
|
|
|
|
- Adjusted coloring of instruction hotness in symbol view.
|
|
|
|
- Properly handle rare cases when sampling on Linux is momentary not able to
|
|
|
|
resolve time stamps.
|
|
|
|
- Added Rocket Lake microarchitectural data.
|
|
|
|
- Updated CPU identifier lists.
|
2021-06-09 19:17:44 +00:00
|
|
|
- Implemented GPU timer overflow handling heuristics.
|
2021-05-21 20:08:08 +00:00
|
|
|
|
|
|
|
|
2021-05-19 18:36:38 +00:00
|
|
|
v0.7.8 (2021-05-19)
|
2021-04-01 16:49:37 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Updated Zen 3 and added Tiger Lake microarchitectural data.
|
2021-04-01 18:18:24 +00:00
|
|
|
- Manually disconnecting from the server will no longer display erroneous
|
|
|
|
warning message.
|
2021-04-18 20:46:10 +00:00
|
|
|
- Added ability to display sample time spent in child function calls.
|
2021-04-29 14:45:46 +00:00
|
|
|
- Fixed issue which may have prevented sampling on ARM64.
|
2021-04-29 19:05:36 +00:00
|
|
|
- Added TRACY_NO_FRAME_IMAGE macro to disable frame image compression
|
|
|
|
thread.
|
2021-05-01 16:26:13 +00:00
|
|
|
- Ctrl and shift keys will now modify mouse wheel zoom speed.
|
|
|
|
- Improved user experience in the symbol view window.
|
2021-05-02 00:51:28 +00:00
|
|
|
- Added support for Direct3D 11 instrumentation.
|
2021-05-02 16:20:26 +00:00
|
|
|
- Vulkan contexts can be now calibrated on Linux.
|
2021-05-06 16:24:34 +00:00
|
|
|
- Support loading zstd-compressed chrome traces.
|
2021-05-10 23:42:21 +00:00
|
|
|
- Chrome traces with multiple PID entries (and possibly conflicting TIDs)
|
2021-05-15 11:09:46 +00:00
|
|
|
can be now imported.
|
2021-05-10 23:42:21 +00:00
|
|
|
- Added support for custom source location tag ("loc") in chrome traces.
|
2021-05-11 16:32:06 +00:00
|
|
|
- Sampling frequency can be now controlled using TRACY_SAMPLING_HZ macro.
|
2021-05-15 12:27:49 +00:00
|
|
|
- Trace compression can be now selected when saving a trace.
|
|
|
|
- If a trace cannot be saved, a failure dialog will be displayed.
|
2021-05-15 16:09:07 +00:00
|
|
|
- Run-time memory usage of frame images can be reduced by calculating
|
|
|
|
a compression dictionary. This can be only performed when a trace is saved
|
|
|
|
or through the update utility.
|
2021-04-01 16:49:37 +00:00
|
|
|
|
|
|
|
|
2021-04-01 15:48:24 +00:00
|
|
|
v0.7.7 (2021-04-01)
|
2021-02-07 18:05:43 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Linux crash handler will now also catch SIGABRT.
|
2021-02-07 20:06:02 +00:00
|
|
|
- Fixed invalid name assignment to source files discovered client-side.
|
2021-02-25 17:54:49 +00:00
|
|
|
- Added ability to check if a zone is active (which may be used to avoid
|
|
|
|
preparing zone text, etc., as it wouldn't be used anyway).
|
|
|
|
- Improved sorting behavior of internal vectors.
|
|
|
|
- Some data will now be always properly displayed during live capture.
|
|
|
|
This was not particularly visible before, as it mainly concerns edge
|
|
|
|
cases.
|
|
|
|
- Sorting is performed only as needed.
|
|
|
|
- In case of plots the performance during live capture may be decreased,
|
|
|
|
as these were sorted with at least 0.25 second intervals before. Now
|
|
|
|
the sorting is performed every frame.
|
|
|
|
- Some other data, which previously was not sorted, is sorted now.
|
|
|
|
- In headless capture mode sorting will be only performed when the trace
|
|
|
|
is saved to disk.
|
|
|
|
- Fixed some typos in macros.
|
2021-02-25 18:27:11 +00:00
|
|
|
- Fixed handling of non-ANSI file names on Windows. You can now name your
|
|
|
|
traces 'ęśąćż.tracy' and it should work as intended. This is supported on
|
|
|
|
Windows 10 release 1903 and newer.
|
2021-02-27 19:00:01 +00:00
|
|
|
- Fixed sending GPU context name in on-demand mode.
|
2021-03-09 01:18:24 +00:00
|
|
|
- Fixed color channel order in ZoneColor() macro.
|
2021-03-09 21:17:30 +00:00
|
|
|
- Handle failure state when a memory pointer allocation is reported twice,
|
|
|
|
without an intermediate free.
|
2021-03-25 23:40:54 +00:00
|
|
|
- Renamed "call stack parents" to "entry call stacks".
|
2021-03-25 23:28:16 +00:00
|
|
|
- Display number of entry call stacks in assembly line sample count tooltip.
|
2021-03-27 13:16:11 +00:00
|
|
|
- Added tooltips with preview of source code in various places in the UI.
|
2021-02-07 18:05:43 +00:00
|
|
|
|
|
|
|
|
2021-02-06 22:58:46 +00:00
|
|
|
v0.7.6 (2021-02-06)
|
2021-01-31 16:15:53 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Various fixes in build scripts.
|
|
|
|
- Fixed a faulty rpmalloc initialization path when the first thing the
|
|
|
|
thread did was sending a message with call stack.
|
|
|
|
- Added fallback timer define for various virtualized environments, which
|
|
|
|
may not be able to access the hardware timer registers. This will result
|
|
|
|
in usage of timer provided by the standard library, with reduced
|
|
|
|
resolution.
|
|
|
|
- Further OpenCL improvements.
|
|
|
|
- Updated libbacktrace.
|
|
|
|
- Adds Mach-O 64-bit FAT support.
|
|
|
|
- Fixes memory corruption when processing Mach-O data.
|
|
|
|
- Fixes missing matching entries during binary search.
|
|
|
|
- Adds support for MiniDebugInfo.
|
|
|
|
- Adds fallback to ELF symbol table if no debug info is available.
|
|
|
|
- Various other fixes.
|
2021-01-31 16:59:15 +00:00
|
|
|
- Store build time of profiled program in captures.
|
2021-01-31 18:06:13 +00:00
|
|
|
- GPU contexts can be now named.
|
2021-02-03 23:48:59 +00:00
|
|
|
- Implemented client -> server source code transfer.
|
2021-01-31 16:15:53 +00:00
|
|
|
|
|
|
|
|
2021-01-23 14:06:38 +00:00
|
|
|
v0.7.5 (2021-01-23)
|
2020-11-18 00:09:55 +00:00
|
|
|
-------------------
|
|
|
|
|
2020-11-21 20:07:18 +00:00
|
|
|
- More robust handling of system tracing on Android.
|
2020-11-18 00:25:19 +00:00
|
|
|
- Added warning dialog when the connection is lost before all needed data
|
|
|
|
can be retrieved.
|
2021-01-22 21:30:45 +00:00
|
|
|
- Fixed handling of NaN plot entries (by skipping them).
|
2020-11-28 12:26:39 +00:00
|
|
|
- Dynamic zone colors are now supported through the ZoneColor() macro.
|
|
|
|
- Fixed Arm machine code printout to match the one printed by objdump.
|
2021-01-22 21:30:45 +00:00
|
|
|
- Fixed client memory corruption when using colored messages.
|
2020-12-16 14:09:37 +00:00
|
|
|
- Switched to the next-gen ImGui table UI.
|
2021-01-22 21:30:45 +00:00
|
|
|
- Table columns can have their order rearranged, can be hidden, can be
|
|
|
|
sorted both in ascending and descending order (where appropriate).
|
|
|
|
- Table columns state is now preserved between runs.
|
2020-12-16 14:35:30 +00:00
|
|
|
- Various fixes related to restricting listening to localhost.
|
2021-01-22 21:30:45 +00:00
|
|
|
- Improved compatibility of ETW tracing with non-MSVC compilers.
|
2021-01-15 21:10:24 +00:00
|
|
|
- Fixed Vulkan call stack transfer.
|
2021-01-16 09:26:29 +00:00
|
|
|
- Added support for transient GPU zones (OpenGL, Vulkan, Direct3D 12).
|
2021-01-22 21:30:45 +00:00
|
|
|
- OpenCL fixes for assert-less builds and non-active zones.
|
|
|
|
- Added support for thread names and title bar description in traces
|
|
|
|
imported from chrome tracing format.
|
2020-11-18 00:09:55 +00:00
|
|
|
|
|
|
|
|
2020-11-15 20:51:34 +00:00
|
|
|
v0.7.4 (2020-11-15)
|
2020-10-28 19:06:17 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Added support for user-provided locks to keep dbghelp calls thread-safe.
|
2020-10-30 17:28:39 +00:00
|
|
|
- Call stacks can be now copied to clipboard.
|
2020-11-05 23:01:26 +00:00
|
|
|
- Allow more control over which automated captures are performed.
|
2020-11-13 16:49:19 +00:00
|
|
|
- Added textual descriptions for some assembly instructions.
|
|
|
|
- Profiler memory usage is now also displayed as a percentage of available
|
|
|
|
physical memory.
|
|
|
|
- Microarchitecture mismatch is now clearly displayed in the source view
|
|
|
|
window.
|
2020-11-15 20:30:57 +00:00
|
|
|
- Added Zen 3 and Cascade Lake microarchitectural data.
|
2020-11-14 15:26:45 +00:00
|
|
|
- Ghost zones are now supporting all zone coloring modes and namespace
|
|
|
|
shortening.
|
2020-11-15 14:24:00 +00:00
|
|
|
- Extend C API to support memory pools.
|
2020-11-15 15:17:26 +00:00
|
|
|
- Frame rate targets can be now visually represented on the timeline view.
|
2020-10-28 19:06:17 +00:00
|
|
|
|
|
|
|
|
2020-10-06 17:02:42 +00:00
|
|
|
v0.7.3 (2020-10-06)
|
2020-09-20 12:34:17 +00:00
|
|
|
-------------------
|
|
|
|
|
2020-09-26 10:26:18 +00:00
|
|
|
- Properly support DPI scaling on Linux (requires GLFW 3.3).
|
2020-09-20 18:12:29 +00:00
|
|
|
- Added early checks for output file validity in the capture utility.
|
2020-09-20 20:09:23 +00:00
|
|
|
- Improvements to presence broadcast handling.
|
2020-09-21 00:04:55 +00:00
|
|
|
- Custom zone colors can be optionally ignored.
|
2020-09-25 15:52:16 +00:00
|
|
|
- Added support for tracking multiple memory pools.
|
2020-09-30 14:49:56 +00:00
|
|
|
- Memory free failure dialog can now show call stack pointing to the failure
|
|
|
|
location.
|
2020-10-02 16:29:55 +00:00
|
|
|
- Added support for Wayland on Linux.
|
2020-10-06 16:51:07 +00:00
|
|
|
- If during the first 5 seconds of the trace there are no frames being
|
|
|
|
reported, the profiler will switch to following last 5 seconds of the
|
|
|
|
trace, instead of displaying three last frames.
|
2020-09-20 12:34:17 +00:00
|
|
|
|
|
|
|
|
2020-09-14 20:55:41 +00:00
|
|
|
v0.7.2 (2020-09-14)
|
2020-09-06 11:57:20 +00:00
|
|
|
-------------------
|
|
|
|
|
2020-09-12 11:44:38 +00:00
|
|
|
- Note: the bitbucket repository is obsolete and will soon stop receiving
|
|
|
|
updates. Migrate to https://github.com/wolfpld/tracy, if you haven't
|
|
|
|
already.
|
2020-09-06 11:57:20 +00:00
|
|
|
- The "waiting for connection" dialog no longer has "cancel" button. To
|
|
|
|
abort connection attempt just use the "close window" button.
|
2020-09-10 19:54:28 +00:00
|
|
|
- Added update notification.
|
2020-09-12 13:53:25 +00:00
|
|
|
- The most recent traced events can be now viewed regardless of timeline
|
|
|
|
zoom level.
|
2020-09-14 20:53:48 +00:00
|
|
|
- Fixed going-to-line in source view (again).
|
|
|
|
- Crash handling on client is now not performed, if there is no active
|
|
|
|
connection.
|
|
|
|
- Added ability to listen only on IPv4 interfaces.
|
2020-09-06 11:57:20 +00:00
|
|
|
|
|
|
|
|
2020-08-24 17:29:42 +00:00
|
|
|
v0.7.1 (2020-08-24)
|
2020-06-17 16:28:23 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
- Dropped support for pre-v0.6 traces.
|
|
|
|
- Fixed regression on non-AVX2 CPUs.
|
|
|
|
- Fixed incorrect calculation of some ghost zones.
|
|
|
|
- Added list of cached source files.
|
2020-06-20 13:30:31 +00:00
|
|
|
- Added import of plot data.
|
2020-06-23 23:34:43 +00:00
|
|
|
- Secure versions of alloc/free macros.
|
2020-06-27 17:57:02 +00:00
|
|
|
- Automated tracing of vertical synchronization on Windows.
|
2020-06-29 22:54:35 +00:00
|
|
|
- Fixed attachment of postponed frame images.
|
2020-07-04 10:00:02 +00:00
|
|
|
- Source location data can be now copied to clipboard from zone info window.
|
2020-07-04 10:36:37 +00:00
|
|
|
- Zones in find zones menu can be now grouped by zone name.
|
2020-07-08 22:19:26 +00:00
|
|
|
- Vulkan and D3D12 GPU contexts can be now calibrated.
|
2020-07-11 14:28:20 +00:00
|
|
|
- Added CSV export utility.
|
2020-07-11 22:18:44 +00:00
|
|
|
- "Go to frame" popup no longer has a dedicated button. To show it, click on
|
|
|
|
the frame counter.
|
2020-07-16 09:29:09 +00:00
|
|
|
- Added macro for checking if profiler is connected.
|
2020-07-17 20:17:42 +00:00
|
|
|
- Implemented optional data removal from traces in the update utility.
|
2020-07-19 11:01:14 +00:00
|
|
|
- Allow manual management of profiler lifetime.
|
2020-08-06 15:27:09 +00:00
|
|
|
- Adjusted priority of ETW threads to time critical.
|
|
|
|
- Annotations can be now freely adjusted on the timeline.
|
|
|
|
- Limiting time range for find zone functionality has been significantly
|
|
|
|
improved.
|
2020-08-10 17:04:02 +00:00
|
|
|
- Added time range limits for statistics and symbol view.
|
2020-08-14 11:30:12 +00:00
|
|
|
- Implemented call stack sampling on Linux (including Android).
|
|
|
|
- Exact time from start of profiling session can be now viewed by hovering
|
|
|
|
the mouse over the time scale.
|
2020-08-15 23:42:09 +00:00
|
|
|
- Code transfer can be now compiled-out.
|
2020-08-16 13:06:35 +00:00
|
|
|
- Added support for zone markup in unloadable modules.
|
2020-08-21 12:23:49 +00:00
|
|
|
- Added image name filter to sampling statistics results window.
|
2020-06-17 16:28:23 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2020-06-11 12:30:08 +00:00
|
|
|
v0.7 (2020-06-11)
|
2020-02-19 22:30:16 +00:00
|
|
|
-----------------
|
|
|
|
|
2020-06-06 13:35:58 +00:00
|
|
|
This is the last release which will be able to load pre-v0.6 traces. Use the
|
|
|
|
update utility to convert your old traces now!
|
|
|
|
|
2020-05-12 18:36:11 +00:00
|
|
|
- chrome:tracing importer now imports zone metadata from "args" key.
|
2020-02-19 22:30:16 +00:00
|
|
|
- Added display of statistical mode to find zone menu.
|
2020-02-22 21:35:18 +00:00
|
|
|
- Automatic stack sampling is now available on windows.
|
2020-02-23 17:24:39 +00:00
|
|
|
- Properly handle tracing on long-running systems.
|
2020-02-24 00:33:43 +00:00
|
|
|
- Message list entries can now show associated frame image.
|
2020-02-26 00:05:37 +00:00
|
|
|
- Call stack window will now display module names.
|
2020-02-26 18:02:03 +00:00
|
|
|
- Symbol location in call stack window may now also display symbol address.
|
2020-03-26 21:40:07 +00:00
|
|
|
- Statistics menu can now be used to display call stack sampling data or
|
|
|
|
list available symbols.
|
2020-02-29 18:00:27 +00:00
|
|
|
- All call paths leading to the sampled instruction in a call stack can be
|
|
|
|
now displayed.
|
2020-02-28 23:51:03 +00:00
|
|
|
- Frame image compression ratio (lossless in-memory compression, not taking
|
|
|
|
into account DXT compression) is displayed in playback window.
|
2020-03-06 21:15:13 +00:00
|
|
|
- Allow reconnection straight from the discard data dialog.
|
2020-03-08 13:05:53 +00:00
|
|
|
- Added ability to set custom names for locks.
|
2020-03-08 14:07:40 +00:00
|
|
|
- Improved handling of network ports.
|
2020-03-14 00:47:51 +00:00
|
|
|
- Added time percentage display to instrumentation statistics.
|
2020-03-18 23:57:50 +00:00
|
|
|
- Display of ghost zones (generated from automated call stack sampling).
|
2020-03-22 17:56:10 +00:00
|
|
|
- Notify when empty labels display is enabled.
|
2020-03-25 19:43:39 +00:00
|
|
|
- Small fragments of executable code will be now sent from client to server.
|
|
|
|
- Added notification about query backlog.
|
2020-04-01 22:40:57 +00:00
|
|
|
- Fixed performance problem with query backlog.
|
2020-03-27 01:08:31 +00:00
|
|
|
- Display number of in-flight queries, in addition to query backlog.
|
2020-03-29 21:02:20 +00:00
|
|
|
- Improved failure reports.
|
2020-04-02 23:46:35 +00:00
|
|
|
- The capture utility will connect to localhost by default.
|
2020-04-07 20:17:50 +00:00
|
|
|
- Added optional support for QPC timer on windows.
|
2020-04-08 20:33:12 +00:00
|
|
|
- Complete rewrite of source file viewer. It is now 100% reliable when going
|
|
|
|
to a source location.
|
|
|
|
- Symbol source view was added.
|
|
|
|
- Extension of source file viewer.
|
|
|
|
- Can display source file, assembly view, or both at the same time.
|
|
|
|
- May include display of statistical profiling data.
|
|
|
|
- Ability to switch between source files which were used to build the
|
|
|
|
symbol.
|
|
|
|
- Ability to switch between inlined functions which are incorporated into
|
|
|
|
the symbol.
|
2020-05-01 22:10:08 +00:00
|
|
|
- Graphical representation of control flow in program.
|
|
|
|
- Display of micro-architectural data for each assembly instruction.
|
|
|
|
- Tracking register dependencies between assembly instructions.
|
2020-05-09 00:38:01 +00:00
|
|
|
- Disassembly may be saved to a file, in order to be processed by external
|
|
|
|
tools.
|
2020-04-13 19:41:52 +00:00
|
|
|
- If the default listening port is occupied, profiler will now try listening
|
|
|
|
on other ports.
|
2020-04-17 17:23:08 +00:00
|
|
|
- Added possibility to perform source file names substitution.
|
2020-05-03 11:55:09 +00:00
|
|
|
- Profiler windows can be now docked.
|
2020-05-03 12:39:04 +00:00
|
|
|
- CPU usage tooltip now displays a list of running threads.
|
2020-05-03 19:20:37 +00:00
|
|
|
- Added possibility to filter discovered clients list.
|
2020-05-23 13:58:23 +00:00
|
|
|
- Source files are now cached during capture.
|
2020-05-23 14:40:46 +00:00
|
|
|
- Profiler will now display a popup when application crashes.
|
2020-05-24 14:18:58 +00:00
|
|
|
- Added ability to send simple integral values as extra payload for zones.
|
2020-05-24 23:16:25 +00:00
|
|
|
- Per-frame zone times on the frames plot can now display self time.
|
2020-05-29 17:01:26 +00:00
|
|
|
- Ability to bind only on localhost interface.
|
2020-06-06 13:35:58 +00:00
|
|
|
- OpenCL profiling.
|
2020-06-09 16:18:11 +00:00
|
|
|
- Direct3D 12 profiling.
|
2020-02-19 22:30:16 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2020-02-13 18:26:37 +00:00
|
|
|
v0.6.3 (2020-02-13)
|
|
|
|
-------------------
|
2020-01-10 01:11:18 +00:00
|
|
|
|
|
|
|
- Fixed performance issues with loading saved traces on Ryzen CPUs.
|
|
|
|
- Profiler window contents are now properly updated during window resize.
|
2020-01-14 01:07:04 +00:00
|
|
|
- Improved tid to pid mapping on windows.
|
2020-01-23 18:11:21 +00:00
|
|
|
- Zero length and unfinished zones are no longer taken into account for
|
|
|
|
statistics.
|
2020-01-25 16:49:31 +00:00
|
|
|
- Build files for shared library are now available (experimental).
|
|
|
|
- GPU zones now also have "active" parameter.
|
2020-01-26 16:34:36 +00:00
|
|
|
- Further reduction of memory usage and on-disk trace size.
|
2020-01-28 20:53:56 +00:00
|
|
|
- Replaced ska::flat_hash_map with robin-hood-hashing.
|
2020-01-31 18:20:19 +00:00
|
|
|
- Speed-up rendering of long lists of items.
|
2020-02-02 14:13:50 +00:00
|
|
|
- Exact event time is displayed in some places in the UI.
|
2020-02-05 16:07:39 +00:00
|
|
|
- Memory allocation lists can now be sorted.
|
2020-02-08 12:19:21 +00:00
|
|
|
- Added display of trace file compression ratio.
|
2020-02-08 15:16:16 +00:00
|
|
|
- Optional Zstd compression of trace files.
|
2020-02-09 20:33:12 +00:00
|
|
|
- Frame images are now internally compressed using Zstd (instead of LZ4).
|
2020-02-09 23:43:37 +00:00
|
|
|
- Fix display of continuous frame set tooltips.
|
2020-01-10 01:11:18 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2019-12-30 12:23:10 +00:00
|
|
|
v0.6.2 (2019-12-30)
|
|
|
|
-------------------
|
2019-11-29 17:30:41 +00:00
|
|
|
|
|
|
|
- Improved call stack decoding on OSX.
|
2019-11-29 22:10:16 +00:00
|
|
|
- Collection of CPU topology data.
|
2019-12-05 23:29:02 +00:00
|
|
|
- C API now supports allocated source locations.
|
2019-12-16 17:56:11 +00:00
|
|
|
- Added chrome:tracing importer.
|
2019-12-18 12:33:27 +00:00
|
|
|
- Allow merging of ZoneText() strings.
|
2019-12-25 14:08:30 +00:00
|
|
|
- Time distribution can now show both exclusive and inclusive times.
|
2019-12-28 14:49:17 +00:00
|
|
|
- Display proper value of selection time in find zone menu.
|
2019-12-28 16:43:13 +00:00
|
|
|
- Implemented limiting find zone search to a specified time range.
|
2019-12-28 16:51:50 +00:00
|
|
|
- Highlight hovered zone from find zone menu zone list on the histogram.
|
2019-12-28 17:17:34 +00:00
|
|
|
- Allow copying user data directory location to the clipboard.
|
2019-11-29 17:30:41 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2019-11-28 22:24:15 +00:00
|
|
|
v0.6.1 (2019-11-28)
|
|
|
|
-------------------
|
2019-11-21 20:35:48 +00:00
|
|
|
|
2019-11-21 20:49:03 +00:00
|
|
|
- Dropped support for pre-v0.5 traces.
|
2019-11-21 20:35:48 +00:00
|
|
|
- Improve BSD support.
|
2019-11-24 00:42:40 +00:00
|
|
|
- GPU zone CPU thread highlight will now highlight whole thread, not only
|
|
|
|
the thread name.
|
|
|
|
- Added CPU thread highlight for CPU data items.
|
2019-11-25 23:00:35 +00:00
|
|
|
- Client parameters may be now set from the server.
|
2019-11-27 00:43:49 +00:00
|
|
|
- Minor UI fixes.
|
2019-11-21 20:35:48 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2019-11-17 18:56:26 +00:00
|
|
|
v0.6 (2019-11-17)
|
2019-08-12 10:28:19 +00:00
|
|
|
-----------------
|
|
|
|
|
2019-11-16 15:38:18 +00:00
|
|
|
This is the last release which will be able to load pre-v0.5 traces. Use the
|
|
|
|
update utility to convert your old traces now!
|
|
|
|
|
2019-08-12 10:28:19 +00:00
|
|
|
- Dropped support for pre-v0.4 traces.
|
2019-10-07 20:33:55 +00:00
|
|
|
- Major memory usage decrease.
|
2019-10-23 22:13:12 +00:00
|
|
|
- Significant network bandwidth decrease.
|
2019-08-13 15:19:43 +00:00
|
|
|
- Implemented context switch capture on selected platforms.
|
2019-08-15 17:04:25 +00:00
|
|
|
- Zone timings in various UI places can now take into account only the
|
|
|
|
time when the thread was executing.
|
2019-08-14 19:33:29 +00:00
|
|
|
- Zone information window can now display regions in which thread was
|
|
|
|
suspended by the operating system.
|
2019-08-15 17:04:25 +00:00
|
|
|
- CPUs on which the zone was running are enumerated.
|
2019-09-30 21:40:13 +00:00
|
|
|
- Thread activity regions can be graphed on the timeline.
|
2019-08-14 00:22:45 +00:00
|
|
|
- API breakage: SetThreadName() now only works on current thread.
|
2019-08-14 14:53:19 +00:00
|
|
|
- Fixed thread name retrieval after thread is destroyed.
|
2019-08-15 00:29:02 +00:00
|
|
|
- Added number of CPU cores to host info.
|
2019-08-15 15:42:55 +00:00
|
|
|
- Limited number of possible source locations to 64K.
|
2019-08-15 18:14:20 +00:00
|
|
|
- Limited supported capture length to 1.6 days.
|
2019-08-16 17:53:08 +00:00
|
|
|
- CPU cores are now displayed on the timeline.
|
|
|
|
- Thread execution workload is displayed, including threads from external
|
|
|
|
programs.
|
2019-09-12 18:09:37 +00:00
|
|
|
- Thread migrations across CPU cores can be graphed.
|
2019-10-15 19:50:22 +00:00
|
|
|
- System-wide workload distribution is now plotted on the timeline.
|
2019-11-16 16:58:04 +00:00
|
|
|
- Added "CPU data" window showing programs competing for CPU during the
|
|
|
|
capture.
|
2019-08-24 21:50:18 +00:00
|
|
|
- Switched to using native thread identifiers (relatively small numbers), as
|
|
|
|
opposed to pthreads identifiers, which in reality were pointers.
|
2019-08-27 21:20:56 +00:00
|
|
|
- Improved thread name discovery if context switch capture is enabled.
|
2019-08-28 19:40:58 +00:00
|
|
|
- Per-trace state is now preserved between profiling sessions:
|
|
|
|
- Timeline view position.
|
|
|
|
- Item categories draw/hide settings.
|
2019-09-07 15:00:05 +00:00
|
|
|
- Timeline zones will be highlighted using a different color, when a
|
|
|
|
matching time range is selected on histogram.
|
|
|
|
- Per-frame zone times are now displayed on the frames plot when a zone is
|
|
|
|
selected in the find zone menu.
|
2019-09-08 11:20:13 +00:00
|
|
|
- Zone color is now displayed in zone information window.
|
2019-11-01 01:08:47 +00:00
|
|
|
- Zone colors can now be determined basing on depth and thread or source
|
|
|
|
location.
|
2019-09-24 21:59:20 +00:00
|
|
|
- Thread colors are displayed across the profiler application.
|
2019-09-16 19:52:21 +00:00
|
|
|
- Frame times can be now compared.
|
2019-09-21 13:03:35 +00:00
|
|
|
- Expose more lock handling functionality.
|
2019-09-21 13:43:31 +00:00
|
|
|
- Network port can be now specified by the user.
|
2019-09-23 15:28:32 +00:00
|
|
|
- Proper handling of multithreaded Vulkan code.
|
2019-09-29 19:03:40 +00:00
|
|
|
- Added extreme compression level in update utility.
|
2019-10-04 19:38:08 +00:00
|
|
|
- Added time distribution data in the zone information window.
|
2019-10-07 20:33:55 +00:00
|
|
|
- Trace file name is now displayed in trace information window.
|
2019-10-13 14:30:07 +00:00
|
|
|
- Annotations can be now added to the timeline.
|
2019-10-28 22:44:28 +00:00
|
|
|
- Server now performs network data retrieval and decompression on a dedicated
|
|
|
|
thread.
|
2019-10-29 22:11:03 +00:00
|
|
|
- Added examples of Tracy integration.
|
2019-10-31 13:58:19 +00:00
|
|
|
- Allow grouping of zones in the find zone menu by zone parent or with no
|
|
|
|
grouping.
|
2019-11-01 19:42:44 +00:00
|
|
|
- Zone list in the statistics window can be now filtered.
|
2019-11-05 17:10:32 +00:00
|
|
|
- Implemented configuration of plots.
|
2019-11-15 00:23:01 +00:00
|
|
|
- Messages can now collect call stacks.
|
2019-08-12 10:28:19 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2019-08-10 20:07:14 +00:00
|
|
|
v0.5 (2019-08-10)
|
2018-12-30 22:06:03 +00:00
|
|
|
-----------------
|
|
|
|
|
2019-08-10 20:07:14 +00:00
|
|
|
This is the last release which will be able to load pre-v0.4 traces. Use the
|
|
|
|
update utility to convert your old traces now!
|
|
|
|
|
2018-12-30 22:06:03 +00:00
|
|
|
- Major decrease of trace dump file size.
|
2019-06-02 13:06:57 +00:00
|
|
|
- Major optimizations across the board.
|
2019-08-02 18:30:15 +00:00
|
|
|
- Vcpkg is now used for library management on Windows.
|
2018-12-30 22:14:00 +00:00
|
|
|
- Display dump file size change in the update utility.
|
2019-06-02 13:06:57 +00:00
|
|
|
- Added notification area.
|
|
|
|
- Display trace loading time.
|
|
|
|
- Display background processing tasks after trace is loaded.
|
|
|
|
- Display trace save notification.
|
2019-06-26 19:02:57 +00:00
|
|
|
- Show crash icon, if there was a crash.
|
2019-01-14 22:45:23 +00:00
|
|
|
- Added C API.
|
|
|
|
- Profiling session may now gracefully terminate, due to incorrect
|
|
|
|
instrumentation. A popup with termination reason will be displayed.
|
2019-03-05 18:49:43 +00:00
|
|
|
- Call stack improvements.
|
|
|
|
- Call stack frames now have a proper source file and file line
|
|
|
|
information on Linux.
|
|
|
|
- Single call stack frame may now have multiple entries, representing
|
|
|
|
inlined function calls.
|
|
|
|
- Call stack grouping in the find zone menu now has a special display
|
|
|
|
mode.
|
|
|
|
- Call stack memory allocations tree improvements:
|
|
|
|
- Add top-down variant to complement the previously available bottom-up
|
|
|
|
one.
|
|
|
|
- Add ability to group tree nodes by function name.
|
2019-05-09 11:38:37 +00:00
|
|
|
- Allow restricting tree to display only active allocations.
|
2019-03-05 18:50:08 +00:00
|
|
|
- Added support for Lua call stack capture.
|
2019-01-23 13:26:31 +00:00
|
|
|
- Self time of zones may be now displayed in the find zone menu.
|
2019-08-01 21:14:56 +00:00
|
|
|
- Added ability to disconnect from a client.
|
2019-01-30 00:54:52 +00:00
|
|
|
- Find zone groups can now be sorted by mean time per call.
|
2019-02-10 16:25:19 +00:00
|
|
|
- Zones displayed in the find zone menu can be now grouped by order of
|
|
|
|
appearance, execution time or name.
|
|
|
|
- Time is now displayed without trailing fractional zeros (e.g. "2.5 ms"
|
|
|
|
instead of "2.50 ms").
|
|
|
|
- Child zones displayed in zone info window can be now grouped by source
|
|
|
|
location.
|
2019-02-17 15:23:07 +00:00
|
|
|
- Selected or hovered lock is now highlighted on the timeline.
|
2019-05-12 14:27:26 +00:00
|
|
|
- Locks are now grouped into single and multithreaded (contended and
|
|
|
|
uncontended) in the options menu locks list.
|
2019-02-19 19:44:55 +00:00
|
|
|
- On broken platforms the profiler can now be initialized as needed (and
|
|
|
|
possible), taking a performance and functionality hit.
|
2019-03-06 00:17:40 +00:00
|
|
|
- User experience improvements in the graphical profiler.
|
|
|
|
- Thread position and height is now animated, to eliminate flickering that
|
|
|
|
was happening when depth of displayed zones was changing.
|
2019-04-01 16:39:09 +00:00
|
|
|
- Zooming in/out using the mouse wheel is now animated.
|
2019-03-17 16:22:17 +00:00
|
|
|
- Plot range adjustment is now animated.
|
2019-06-26 19:02:57 +00:00
|
|
|
- Various other UI improvements.
|
2019-02-25 14:12:17 +00:00
|
|
|
- System CPU usage is now being monitored.
|
2019-02-23 00:28:57 +00:00
|
|
|
- Threads that have nothing to display in the current view are now hidden by
|
|
|
|
default.
|
2019-02-24 17:42:34 +00:00
|
|
|
- Dimmed-out the timeline outside the profiling area.
|
2019-03-08 23:16:14 +00:00
|
|
|
- Source file view can now be opened also from statistics menu.
|
2019-03-14 00:35:40 +00:00
|
|
|
- Display standard deviation in find zone and compare traces menus.
|
2019-03-17 15:33:44 +00:00
|
|
|
- Display zone messages in zone information window.
|
2019-03-24 12:55:12 +00:00
|
|
|
- Display order of threads can be changed in the options menu.
|
2019-04-01 17:49:57 +00:00
|
|
|
- Prevent deadlocks by querying socket send buffer size.
|
2019-04-26 21:20:51 +00:00
|
|
|
- Frame set statistics can be now limited to frames visible on the screen.
|
2019-05-10 19:11:54 +00:00
|
|
|
- Messages can be now colored.
|
2019-06-02 13:40:56 +00:00
|
|
|
- Zone selection in compare traces menu can be now linked to the other
|
|
|
|
trace.
|
2019-06-07 18:14:21 +00:00
|
|
|
- Added support for frame image (screen shot) storage.
|
2019-06-16 23:02:52 +00:00
|
|
|
- Implemented ability to cut off outliers on histograms.
|
|
|
|
- Zone or frame that is currently hovered by the mouse cursor will be
|
|
|
|
highlighted on the histogram.
|
2019-06-17 18:04:14 +00:00
|
|
|
- Server now displays available clients in the local network.
|
2019-06-22 12:25:35 +00:00
|
|
|
- Source code whitespace visibility can now be enabled or disabled.
|
2019-07-10 00:05:27 +00:00
|
|
|
- Profiler will now check if proper timer readings can be performed on
|
|
|
|
x86/x64.
|
2019-07-12 16:47:20 +00:00
|
|
|
- Application can now log app-specific information, similarly to how the
|
|
|
|
host info reports system information.
|
2019-07-12 23:27:26 +00:00
|
|
|
- Message list will automatically scroll down to the most recent message.
|
|
|
|
- Feature will disable when the list is scrolled by user.
|
|
|
|
- To re-enable, scroll to the bottom of the list.
|
2019-07-13 00:03:26 +00:00
|
|
|
- Message list can be now filtered.
|
2019-07-24 21:55:26 +00:00
|
|
|
- A notification popup will be displayed during trace cleanup.
|
2019-07-25 18:45:16 +00:00
|
|
|
- Source file view won't be available if a source file is newer than the
|
|
|
|
capture.
|
2019-07-26 21:44:20 +00:00
|
|
|
- Added ability to set custom trace descriptions.
|
2019-08-03 12:56:50 +00:00
|
|
|
- Added frame time target lines.
|
2019-08-03 13:20:54 +00:00
|
|
|
- FPS counts are now displayed next to frame times.
|
2019-08-03 22:40:40 +00:00
|
|
|
- GPU drift value can be now automatically measured.
|
2019-08-04 13:58:05 +00:00
|
|
|
- Connection window is now a popup hidden under a dedicated button.
|
2018-12-30 22:06:03 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2018-12-30 16:57:55 +00:00
|
|
|
v0.4.1 (2018-12-30)
|
|
|
|
-------------------
|
2018-10-21 13:46:53 +00:00
|
|
|
|
|
|
|
- Active frame set can be now switched by clicking on a frame set on the
|
|
|
|
timeline.
|
2018-10-21 15:46:21 +00:00
|
|
|
- Add ability to go to a specified frame.
|
2018-10-23 17:47:19 +00:00
|
|
|
- Most commonly used addresses can be now selected from the drop-down menu.
|
2018-11-25 18:17:17 +00:00
|
|
|
- Fixed corner case problem with profiler initialization on Windows.
|
|
|
|
- Added third state (stopped) to the pause/resume button. It will be used
|
|
|
|
after the connection to the client is terminated.
|
|
|
|
- Active trace can be discarded.
|
2018-12-13 13:44:20 +00:00
|
|
|
- Call stack capture may be forced through TRACY_CALLSTACK define.
|
2018-12-16 18:58:11 +00:00
|
|
|
- Lock info window has been added.
|
2018-12-16 20:02:51 +00:00
|
|
|
- Time of lock creation and termination is now being tracked.
|
2018-12-18 15:58:29 +00:00
|
|
|
- Menu bar buttons are now toggles that can also close their corresponding
|
|
|
|
windows.
|
|
|
|
- Find zone and compare menu improvements.
|
|
|
|
- Ability to ignore case during search.
|
|
|
|
- Pressing enter key will now start search, just like pressing the "find"
|
|
|
|
button.
|
2018-12-22 16:41:29 +00:00
|
|
|
- Using the ^F keyboard shortcut will open the find zone menu and focus
|
|
|
|
the input box.
|
2018-12-20 16:08:24 +00:00
|
|
|
- Added ability to automatically connect to an IP address in the graphical
|
|
|
|
profiler application (use "-a address" argument to enable).
|
2018-12-22 16:41:29 +00:00
|
|
|
- Pressing enter key after entering client address in the welcome dialog
|
|
|
|
will now automatically begin connection process.
|
2018-10-21 13:46:53 +00:00
|
|
|
|
2020-09-06 11:57:20 +00:00
|
|
|
|
2018-10-09 17:40:18 +00:00
|
|
|
v0.4 (2018-10-09)
|
2018-07-08 14:56:09 +00:00
|
|
|
-----------------
|
|
|
|
|
2018-08-07 20:26:37 +00:00
|
|
|
- Renamed "standalone" utility to "profiler".
|
2018-07-08 14:56:09 +00:00
|
|
|
- Added trace update utility, which will convert files saved in previous
|
|
|
|
versions of tracy to be up-to-date.
|
2018-08-26 15:03:34 +00:00
|
|
|
- Optional high compression (--hc) mode is available that will increase
|
|
|
|
the compression level, at the cost of considerably longer compression
|
|
|
|
time.
|
2018-07-10 18:47:09 +00:00
|
|
|
- Fix regression causing varying size of profiler window for different
|
|
|
|
captures.
|
2018-07-12 11:24:51 +00:00
|
|
|
- Added support for on-demand tracing.
|
|
|
|
- If a client application is compiled with the TRACY_ON_DEMAND macro
|
|
|
|
defined, tracing will not begin until a connection to server is
|
|
|
|
established.
|
|
|
|
- Since data is not fully captured in this mode, the resulting trace will
|
|
|
|
be less precise, until application state is appropriately reset. For
|
|
|
|
example, locks need to be fully released, zone stacks need to be
|
|
|
|
flushed. This is an automatic process.
|
|
|
|
- All tracing macros are able to work in the on-demand mode.
|
2018-07-15 14:02:25 +00:00
|
|
|
- Improved compatibility with various system setups.
|
|
|
|
- Aside from using TRACY_NO_EXIT define you can also set the same-named
|
|
|
|
environmental variable to 1 to get the same effect.
|
|
|
|
- Added ability to show/hide all threads and plots.
|
|
|
|
- Performance improvements.
|
2018-09-28 09:46:22 +00:00
|
|
|
- Improvements to memory data presentation.
|
|
|
|
- Added memory allocation info window.
|
|
|
|
- Selecting memory allocation on a plot will draw time range of the
|
|
|
|
allocation.
|
|
|
|
- Middle clicking on an memory allocation address (or on a button in
|
|
|
|
memory allocation info window) will zoom the view to the allocation
|
|
|
|
range.
|
2018-07-21 22:07:16 +00:00
|
|
|
- Find zone menu improvements:
|
|
|
|
- Zones can be now also grouped by call stacks.
|
|
|
|
- Zone groups can be now also sorted by time spend in each zone.
|
|
|
|
- Zone groups list now displays group times.
|
2018-09-01 22:37:13 +00:00
|
|
|
- Average and median zone times are now displayed on the histogram.
|
2018-10-09 13:55:16 +00:00
|
|
|
- Selected zones will be highlighted on the timeline view.
|
2018-07-26 18:18:17 +00:00
|
|
|
- Added named versions of tracing macros that allow specifying scoped
|
|
|
|
variable name.
|
2018-07-28 17:30:08 +00:00
|
|
|
- The main profiler window is now kept at the bottom of windows stack.
|
2018-08-07 20:26:37 +00:00
|
|
|
- The "profiler" utility will now use a custom embedded font.
|
2018-07-28 17:30:08 +00:00
|
|
|
- Microseconds are now displayed using correct symbol ('μ' instead of 'u').
|
2018-08-07 20:26:37 +00:00
|
|
|
- Unix builds of the "profiler" utility will now ask for a file name when
|
2018-07-28 17:30:08 +00:00
|
|
|
saving a trace.
|
|
|
|
- Progress popup is now displayed when a trace file is loading.
|
2018-07-28 17:55:17 +00:00
|
|
|
- Zones that share source location with a zone that is hovered over are now
|
|
|
|
highlighted.
|
2018-07-29 18:52:47 +00:00
|
|
|
- Added ability to zoom-in to a selection range made using middle mouse
|
|
|
|
button.
|
|
|
|
- Holding the ctrl key will switch to zoom-out mode.
|
2018-08-07 20:26:37 +00:00
|
|
|
- The "profiler" utility will use less resources when its window is
|
2018-07-29 20:13:01 +00:00
|
|
|
out-of-focus or minimized.
|
2018-08-01 17:26:10 +00:00
|
|
|
- Added support for cross-DLL profiling.
|
2018-08-04 13:11:08 +00:00
|
|
|
- Items in options menu (locks, threads, etc.) are now described with number
|
|
|
|
of events.
|
2018-09-18 14:15:50 +00:00
|
|
|
- Source location of lock declaration is also provided.
|
2018-08-04 14:35:34 +00:00
|
|
|
- Created an extensive user manual for the profiler.
|
2018-08-04 19:55:08 +00:00
|
|
|
- Added ability to capture multiple frame sets.
|
|
|
|
- Viewer will display multiple frame ranges at once.
|
|
|
|
- Only one frame set can be active at once. The selected one is used for
|
|
|
|
the frame navigation graph, frame navigation buttons and drawing frame
|
|
|
|
separators.
|
2018-10-05 20:40:08 +00:00
|
|
|
- The active frame set will be highlighted, and the rest will be dimmed
|
|
|
|
out.
|
2018-08-05 00:31:21 +00:00
|
|
|
- Frames can now also be discontinuous.
|
2018-08-04 21:32:53 +00:00
|
|
|
- Frames and zones too small to be displayed will be marked with a zig-zag
|
|
|
|
pattern.
|
2018-08-05 15:00:21 +00:00
|
|
|
- General improvements to message list and message markers.
|
|
|
|
- Hovering over message on a list will highlight its marker (previously it
|
|
|
|
only worked the other way).
|
|
|
|
- Left clicking on a message marker will focus the message list on the
|
|
|
|
selected message.
|
|
|
|
- Middle clicking on a message marker will center it on screen.
|
2018-08-08 17:25:44 +00:00
|
|
|
- Added trace information window.
|
2018-09-01 22:37:13 +00:00
|
|
|
- This includes frame time statistics and histogram.
|
2018-08-08 18:39:16 +00:00
|
|
|
- Displayed memory sizes are now properly formatted.
|
2018-08-14 16:49:13 +00:00
|
|
|
- Added call stack tree for memory allocations.
|
2018-09-27 21:20:21 +00:00
|
|
|
- You can display allocations list for each call stack tree entry.
|
2018-08-17 13:39:09 +00:00
|
|
|
- The source code of the profiled application may now be viewed in the
|
|
|
|
profiler.
|
|
|
|
- BIG FAT WARNING: The actual profiled program source code is not known to
|
|
|
|
the profiler. It only checks if there is a file on your disk that
|
|
|
|
matches the file name of the captured source location. Even if the file
|
|
|
|
is displayed, it may be out of date.
|
2018-08-17 20:26:40 +00:00
|
|
|
- CPU and GPU zones will have "Source" button, if source file can be
|
|
|
|
opened.
|
|
|
|
- Source files for call stack traces can be opened by right-clicking on
|
|
|
|
the file name. Since in this case there is no button that can be hidden,
|
|
|
|
a small animation will be played to notify user if the source cannot be
|
|
|
|
opened.
|
2018-08-17 15:05:32 +00:00
|
|
|
- The main profiler view will now occupy the whole window. Previous behavior
|
|
|
|
is still available for embedded use cases.
|
2018-08-17 20:26:40 +00:00
|
|
|
- Many button labels are now accompanied by icons.
|
2018-08-17 19:40:59 +00:00
|
|
|
- Fonts should now be less blurry.
|
2018-08-18 00:13:53 +00:00
|
|
|
- "Go to parent" button in zone info window won't be displayed if there is
|
|
|
|
no parent to go to.
|
2018-09-08 18:25:44 +00:00
|
|
|
- Improvements to the compare traces menu.
|
|
|
|
- There are now colored markers to make it easier to distinguish "this" and
|
|
|
|
"external" traces.
|
|
|
|
- The amount of saved time is now displayed (a difference between total
|
|
|
|
run times of both traces).
|
2018-08-19 16:29:39 +00:00
|
|
|
- Tracy will now collect host information, like CPU name, amount of system
|
|
|
|
memory, etc.
|
2018-08-19 20:24:28 +00:00
|
|
|
- Windows builds of the "profiler" utility will perform a check of supported
|
|
|
|
CPU instruction set and match it against the one required by the binary
|
|
|
|
(by default AVX2 is used). If the program cannot be executed on the
|
|
|
|
processor, a message dialog with workaround instructions will be
|
|
|
|
displayed.
|
2018-08-19 23:09:11 +00:00
|
|
|
- Tracy can intercept crashes and finish sending data from a dying process.
|
2018-08-27 12:08:54 +00:00
|
|
|
- Currently this is only implemented on Windows, Linux and Android.
|
2018-08-21 15:57:24 +00:00
|
|
|
- Call stack window may now display addresses of the frames, instead of
|
|
|
|
source file locations.
|
2018-08-27 23:49:59 +00:00
|
|
|
- Memory events will now properly register their thread.
|
2018-08-31 17:44:17 +00:00
|
|
|
- Profiler settings are now stored in a persistent location.
|
|
|
|
- On Windows settings are stored in %APPDATA%/tracy.
|
|
|
|
- On other platforms settings are stored in $XDG_CONFIG_HOME/tracy or
|
|
|
|
$HOME/.config/tracy, if the variable is not set.
|
|
|
|
- The main profiler window position, size and maximized state are saved
|
|
|
|
and restored.
|
|
|
|
- The size and position of internal windows now doesn't depend on the
|
|
|
|
runtime directory of the profiler executable.
|
2018-09-09 17:46:56 +00:00
|
|
|
- Added connection handshake.
|
|
|
|
- Server won't be able to connect to client if there's a protocol version
|
|
|
|
mismatch.
|
|
|
|
- Client not in on-demand mode will refuse connections after the first
|
|
|
|
connection was made and the initial event buffers were cleared.
|
|
|
|
- A single server will no longer try to connect to multiple clients.
|
2018-09-18 14:25:09 +00:00
|
|
|
- The capture utility will now display time span of the ongoing capture.
|
2018-08-08 17:25:44 +00:00
|
|
|
|
2018-05-25 19:24:18 +00:00
|
|
|
|
2021-05-18 00:20:19 +00:00
|
|
|
v0.3 (2018-07-03)
|
|
|
|
-----------------
|
2018-04-05 17:20:28 +00:00
|
|
|
|
2018-04-21 13:21:50 +00:00
|
|
|
- Breaking change: the format of trace files has changed.
|
|
|
|
- Previous tracy version will crash when trying to open new traces.
|
|
|
|
- Loading of traces saved by previous version is supported.
|
|
|
|
- Tracy will no longer crash when trying to load traces saved by future
|
|
|
|
versions. Instead, a dialog advising to update will be displayed.
|
|
|
|
- Tracy will no longer crash in most cases when trying to open files that
|
|
|
|
are not traces. Some crashes are still possible, due to support of old,
|
|
|
|
header-less traces.
|
2018-04-05 17:20:28 +00:00
|
|
|
- Ability to track every memory allocation in profiled program.
|
|
|
|
- Allocation event queuing must be done in order, which requires exclusive
|
|
|
|
access to the serialized queue on the client side. This has no effect on
|
|
|
|
the rest of events, which are stored in a concurrent queue, as before.
|
|
|
|
- You can search for a memory address and see where it was allocated, for
|
|
|
|
how long, etc. This lists all matching allocations since the program was
|
|
|
|
started.
|
|
|
|
- All active (non-freed) allocations may be listed. This shows the current
|
|
|
|
memory state by default, but can go back to any point in time.
|
|
|
|
- Graphical representation of process memory map may be displayed. New
|
|
|
|
allocations/frees are displayed in a bright color and fade out with
|
|
|
|
time. This feature also can look back in time.
|
2018-04-28 14:25:45 +00:00
|
|
|
- Memory usage plot is automatically generated.
|
2018-05-27 18:23:48 +00:00
|
|
|
- Basic allocation information is displayed in memory plot tooltips.
|
2018-05-02 16:20:28 +00:00
|
|
|
- A summary of memory events within a zone (and its children) is now
|
|
|
|
printed in zone info window.
|
2018-04-05 17:20:28 +00:00
|
|
|
- Support loading profile dumps with no memory allocation data (generated by
|
2018-04-14 13:47:09 +00:00
|
|
|
v0.2).
|
2018-04-05 17:31:46 +00:00
|
|
|
- Added ability to display global statistics of a selected zone from the
|
|
|
|
zone info window.
|
2018-04-09 12:29:22 +00:00
|
|
|
- Fixed regression with lock announce processing that appeared during
|
|
|
|
worker/viewer split.
|
2018-04-09 14:15:40 +00:00
|
|
|
- Allow selecting/unselecting all locks for display.
|
2018-04-20 21:29:02 +00:00
|
|
|
- Performance improvements.
|
2018-04-21 14:58:23 +00:00
|
|
|
- Don't save unneeded lock information in trace file.
|
2018-05-25 19:18:51 +00:00
|
|
|
- Don't save thrash in message list data.
|
2018-04-21 14:58:23 +00:00
|
|
|
- Allow expanding view span up to one hour, instead of one minute.
|
2018-04-21 22:58:17 +00:00
|
|
|
- Added trace comparison window.
|
|
|
|
- An external trace has to be loaded first.
|
|
|
|
- Zone query in both traces (current and external).
|
|
|
|
- Both results are overlaid on the same histogram.
|
2018-04-27 17:27:45 +00:00
|
|
|
- Graphs can be adjusted as-if there was the same number of zones
|
|
|
|
collected.
|
|
|
|
- Read time directly from a hardware register on ARM/ARM64, if possible.
|
|
|
|
- User-space access to the timer needs to be enabled in the kernel, so
|
|
|
|
tracy will perform run-time checks and fallback to the old method if the
|
|
|
|
check fails.
|
|
|
|
- Prevent connections in a TIME-WAIT state from blocking new listen
|
|
|
|
connections.
|
2018-04-28 14:46:53 +00:00
|
|
|
- Display y-range of plots.
|
2018-04-29 23:19:37 +00:00
|
|
|
- Added ability to unload traces loaded from files. To do so close the main
|
|
|
|
profiler window. You will return to the connect/open selection dialog.
|
|
|
|
Live captures cannot be terminated this way.
|
2018-05-02 17:28:04 +00:00
|
|
|
- Zones previously displayed in zone info window are remembered and you can
|
|
|
|
go back to them. Closing the zone info window or switching between CPU and
|
|
|
|
GPU zones will clear the memory.
|
2018-05-25 19:18:51 +00:00
|
|
|
- Improved message list window.
|
|
|
|
- Messages are now displayed in columns.
|
|
|
|
- Originating thread of each message is now included in the list.
|
2018-08-18 17:58:09 +00:00
|
|
|
- Messages can be filtered by the originating thread.
|
2018-06-02 20:28:27 +00:00
|
|
|
- You can now navigate to next and previous frame.
|
2018-06-05 22:48:54 +00:00
|
|
|
- Zone statistics can be now displayed using only self times.
|
2018-06-17 17:37:02 +00:00
|
|
|
- Support for tracing GPU events using Vulkan.
|
|
|
|
- Timeline will now display "OpenGL context" or "Vulkan context" instead of
|
|
|
|
"GPU context".
|
|
|
|
- Fixed regression causing invalid display of GPU context appearance time.
|
2018-06-20 20:32:55 +00:00
|
|
|
- Fixed regression causing invalid reporting of an active CPU in zone end
|
|
|
|
events, if MSVC rdtscp optimization was not enabled.
|
2018-06-21 22:33:09 +00:00
|
|
|
- Ability to collect true call stacks.
|
|
|
|
- Supported on Windows, Linux, Android.
|
|
|
|
- The following events can collect call stacks:
|
|
|
|
- Memory alloc/free.
|
2018-06-21 23:31:06 +00:00
|
|
|
- Zone begin.
|
2018-06-21 23:58:50 +00:00
|
|
|
- GPU zone begin.
|
2018-06-24 15:04:32 +00:00
|
|
|
- Zone stack trace now also displays frames from a real call trace.
|
2018-06-26 16:04:10 +00:00
|
|
|
- On Linux call stack frame name resolution requires a call to dladdr,
|
|
|
|
which in turn requires linking with libdl.
|
2018-06-27 23:17:28 +00:00
|
|
|
- Allow manual entry of GPU time drift value.
|
|
|
|
- Unix build system no longer shares object files between different build
|
|
|
|
units.
|
|
|
|
- Fixes inability to build debug and release versions of a single utility
|
|
|
|
without "make clean".
|
|
|
|
- Fixes incompatibility between "standalone" and "capture" utilities due
|
|
|
|
to different set of used feature flags.
|
2018-06-28 22:45:19 +00:00
|
|
|
- On Windows "standalone" utility now adapts to system DPI setting.
|
2018-06-29 14:28:00 +00:00
|
|
|
- Optional per-call zone naming.
|
2018-04-05 17:20:28 +00:00
|
|
|
|
|
|
|
|
2018-04-05 16:57:32 +00:00
|
|
|
v0.2 (2018-04-05)
|
2018-03-18 12:55:44 +00:00
|
|
|
-----------------
|
|
|
|
|
|
|
|
- Fixed broken TRACY_NO_EXIT behavior.
|
|
|
|
- Visual refresh (new color scheme).
|
|
|
|
- Added optional support for live in-depth zone analysis.
|
|
|
|
- Ability to search for zones matching a query.
|
|
|
|
- Histogram of zone time spans.
|
2018-03-20 13:39:10 +00:00
|
|
|
- List occurrences of a zone, grouped by thread, or by user text.
|
|
|
|
- Zone groups can be selected and highlighted on histogram graph.
|
2018-03-18 12:55:44 +00:00
|
|
|
- Support for linear and logarithmic display of time and values.
|
|
|
|
- Histogram bins can show zone counts or total execution time.
|
|
|
|
- Listed zones can be narrowed down by data range selection on histogram.
|
|
|
|
- Separation of server data handling code from the visualisation.
|
|
|
|
- Implementation of a command line capture utility.
|
|
|
|
- Support libraries have been updated.
|
|
|
|
- Fixed an issue that prevented de-duplication of source location payloads.
|
|
|
|
- Fixed an issue that prevented the ability to disable threads in settings
|
|
|
|
menu, if two threads had the same name.
|
|
|
|
- Performance optimizations.
|
|
|
|
- Visual clean up of the settings menu.
|
2018-03-28 00:00:29 +00:00
|
|
|
- Zone info windows improvements.
|
|
|
|
- Visual improvements to zone info window child list.
|
|
|
|
- Zone info windows now show zone thread.
|
|
|
|
- Display zone stack trace.
|
2018-03-24 13:46:44 +00:00
|
|
|
- Hide pause/resume button if there's no data connection (i.e. trace was
|
|
|
|
loaded from file).
|
2018-03-24 14:22:08 +00:00
|
|
|
- Source location statistics view has been added.
|
2018-03-24 21:09:46 +00:00
|
|
|
- Fixed crash when a saved trace was opened, but no trace capture session
|
|
|
|
was performed before.
|
2018-03-24 21:21:34 +00:00
|
|
|
- Standalone server will now open trace files passed as an argument to the
|
|
|
|
executable.
|
2018-03-30 21:45:48 +00:00
|
|
|
- Fix possible crash in SetThreadName, that could happen if TLS init was
|
|
|
|
delayed until first use of thread local variable.
|
2018-03-30 23:24:11 +00:00
|
|
|
- Store full thread name if pthreads (with 15 character name limit) are
|
|
|
|
used.
|
2018-03-31 12:14:49 +00:00
|
|
|
- Properly handle unaligned memory access (no performance impact).
|
|
|
|
- Fixed broken lock identifiers in try_lock().
|
2018-03-18 12:55:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
v0.1 (2017-12-18)
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
- Initial release.
|