.. |
IconsFontAwesome6.h
|
Update font awesome and migrate to v6 headers.
|
2022-08-17 12:07:38 +02:00 |
tracy_pdqsort.h
|
Move all client headers and sources to public/ directory.
|
2022-07-17 15:47:38 +02:00 |
tracy_robin_hood.h
|
Drop support for old, broken compilers.
|
2022-09-29 20:59:31 +02:00 |
tracy_xxhash.h
|
|
|
TracyBadVersion.cpp
|
|
|
TracyBadVersion.hpp
|
|
|
TracyBuzzAnim.hpp
|
|
|
TracyCharUtil.hpp
|
|
|
TracyColor.cpp
|
Move HSV color conversion to a separate source file.
|
2020-04-02 01:04:59 +02:00 |
TracyColor.hpp
|
|
|
TracyConfig.hpp
|
|
|
TracyDecayValue.hpp
|
|
|
TracyEvent.hpp
|
|
|
TracyEventDebug.cpp
|
|
|
TracyEventDebug.hpp
|
Add event debug routine.
|
2021-11-04 22:30:16 +01:00 |
TracyFileHeader.hpp
|
|
|
TracyFileRead.hpp
|
|
|
TracyFileselector.cpp
|
|
|
TracyFileselector.hpp
|
Pass function objects through const references.
|
2023-04-16 16:44:18 +02:00 |
TracyFilesystem.cpp
|
|
|
TracyFilesystem.hpp
|
|
|
TracyFileWrite.hpp
|
|
|
TracyImGui.cpp
|
|
|
TracyImGui.hpp
|
|
|
TracyLockHelpers.hpp
|
Move common lock helper functions to a separate header.
|
2023-04-15 22:56:43 +02:00 |
TracyMemory.cpp
|
Don't care about memory usage tracking data races.
|
2019-11-10 19:21:24 +01:00 |
TracyMemory.hpp
|
|
|
TracyMicroArchitecture.cpp
|
|
|
TracyMicroArchitecture.hpp
|
Add missing op description list definition.
|
2020-11-07 00:15:58 +01:00 |
TracyMmap.cpp
|
Drop support for Cygwin.
|
2021-10-07 23:28:40 +02:00 |
TracyMmap.hpp
|
|
|
TracyMouse.cpp
|
|
|
TracyMouse.hpp
|
|
|
TracyPopcnt.hpp
|
|
|
TracyPrint.cpp
|
|
|
TracyPrint.hpp
|
|
|
TracyProtoHistory.cpp
|
Release 0.10.0.
|
2023-10-16 20:59:38 +02:00 |
TracyProtoHistory.hpp
|
Add protocol -> version mapping table.
|
2022-07-13 00:44:02 +02:00 |
TracyShortPtr.hpp
|
|
|
TracySlab.hpp
|
|
|
TracySort.hpp
|
|
|
TracySortedVector.hpp
|
|
|
TracySourceContents.cpp
|
|
|
TracySourceContents.hpp
|
build with gcc 11
|
2021-05-20 17:30:54 +02:00 |
TracySourceTokenizer.cpp
|
Add zmmword as known asm size directive.
|
2023-11-08 02:01:37 +01:00 |
TracySourceTokenizer.hpp
|
|
|
TracySourceView.cpp
|
Change microarchitecture fallback to ZEN4.
|
2024-01-02 14:56:00 +01:00 |
TracySourceView.hpp
|
|
|
TracyStorage.cpp
|
|
|
TracyStorage.hpp
|
Trace-specific save path retrieval.
|
2019-07-26 23:15:12 +02:00 |
TracyStringDiscovery.hpp
|
Pass function objects through const references.
|
2023-04-16 16:44:18 +02:00 |
TracyTaskDispatch.cpp
|
Don't enforce creating at least one worker thread in TaskDispatch.
|
2023-05-01 15:44:27 +02:00 |
TracyTaskDispatch.hpp
|
Name worker threads.
|
2023-03-25 22:14:34 +01:00 |
TracyTexture.cpp
|
|
|
TracyTexture.hpp
|
Load custom mip chain for zigzags.
|
2023-04-29 13:10:58 +02:00 |
TracyTextureCompression.cpp
|
|
|
TracyTextureCompression.hpp
|
Add missing includes.
|
2022-04-26 22:01:09 +02:00 |
TracyThreadCompress.cpp
|
ThreadCompress::Load() doesn't need fileVer.
|
2023-04-16 17:17:07 +02:00 |
TracyThreadCompress.hpp
|
|
|
TracyTimelineContext.hpp
|
|
|
TracyTimelineController.cpp
|
|
|
TracyTimelineController.hpp
|
|
|
TracyTimelineDraw.hpp
|
|
|
TracyTimelineItem.cpp
|
|
|
TracyTimelineItem.hpp
|
Push yPos to TimelineItem::Preprocess().
|
2023-04-05 18:07:09 +02:00 |
TracyTimelineItemCpuData.cpp
|
|
|
TracyTimelineItemCpuData.hpp
|
|
|
TracyTimelineItemGpu.cpp
|
Use TimelineContext for drawing GPU zones.
|
2023-03-19 00:28:14 +01:00 |
TracyTimelineItemGpu.hpp
|
|
|
TracyTimelineItemPlot.cpp
|
|
|
TracyTimelineItemPlot.hpp
|
|
|
TracyTimelineItemThread.cpp
|
|
|
TracyTimelineItemThread.hpp
|
PreprocessLocks() doesn't use yPos.
|
2023-04-26 00:47:50 +02:00 |
TracyUserData.cpp
|
|
|
TracyUserData.hpp
|
|
|
TracyUtility.cpp
|
|
|
TracyUtility.hpp
|
|
|
TracyVarArray.hpp
|
|
|
TracyVector.hpp
|
Using push/pop in all pragma pack pair to avoid potential padding bugs
|
2022-08-03 18:39:42 +08:00 |
TracyView_Annotations.cpp
|
|
|
TracyView_Callstack.cpp
|
|
|
TracyView_Compare.cpp
|
|
|
TracyView_ConnectionState.cpp
|
|
|
TracyView_ContextSwitch.cpp
|
Fix thread context switch offset.
|
2023-05-01 12:50:48 +02:00 |
TracyView_CpuData.cpp
|
|
|
TracyView_FindZone.cpp
|
|
|
TracyView_FrameOverview.cpp
|
|
|
TracyView_FrameTimeline.cpp
|
|
|
TracyView_FrameTree.cpp
|
|
|
TracyView_GpuTimeline.cpp
|
|
|
TracyView_Locks.cpp
|
|
|
TracyView_Memory.cpp
|
Remove redundant check.
|
2023-04-25 00:04:59 +02:00 |
TracyView_Messages.cpp
|
|
|
TracyView_Navigation.cpp
|
|
|
TracyView_NotificationArea.cpp
|
|
|
TracyView_Options.cpp
|
|
|
TracyView_Playback.cpp
|
|
|
TracyView_Plots.cpp
|
Remove missed plot vector sorting during draw.
|
2023-04-27 17:36:11 +02:00 |
TracyView_Ranges.cpp
|
Update font awesome and migrate to v6 headers.
|
2022-08-17 12:07:38 +02:00 |
TracyView_Samples.cpp
|
|
|
TracyView_Statistics.cpp
|
|
|
TracyView_Timeline.cpp
|
HandleTimelineMouse() doesn't need pxns parameter.
|
2023-04-16 17:36:04 +02:00 |
TracyView_TraceInfo.cpp
|
Show trace description/filename on titlebar.
|
2023-06-29 23:53:37 +02:00 |
TracyView_Utility.cpp
|
|
|
TracyView_ZoneInfo.cpp
|
|
|
TracyView_ZoneTimeline.cpp
|
|
|
TracyView.cpp
|
Optional ctrl key mod check when running view source with function name.
|
2024-01-02 17:04:01 +01:00 |
TracyView.hpp
|
Optional ctrl key mod check when running view source with function name.
|
2024-01-02 17:04:01 +01:00 |
TracyViewData.hpp
|
Start extracting timeline height control logic.
|
2022-08-15 13:29:45 +02:00 |
TracyWeb.cpp
|
Support opening web pages on emscripten.
|
2022-10-05 01:22:35 +02:00 |
TracyWeb.hpp
|
|
|
TracyWorker.cpp
|
|
|
TracyWorker.hpp
|
|
|