.. |
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
|
|
|
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
|
Add persistent target FPS option.
|
2023-05-01 19:09:27 +02:00 |
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
|
Don't depend on View in Worker.
|
2020-05-23 15:53:58 +02:00 |
TracyFileWrite.hpp
|
|
|
TracyImGui.cpp
|
|
|
TracyImGui.hpp
|
Draw zigzags using bitmaps.
|
2023-04-27 23:17:35 +02:00 |
TracyLockHelpers.hpp
|
|
|
TracyMemory.cpp
|
Don't care about memory usage tracking data races.
|
2019-11-10 19:21:24 +01:00 |
TracyMemory.hpp
|
Don't care about memory usage tracking data races.
|
2019-11-10 19:21:24 +01:00 |
TracyMicroArchitecture.cpp
|
|
|
TracyMicroArchitecture.hpp
|
Add missing op description list definition.
|
2020-11-07 00:15:58 +01:00 |
TracyMmap.cpp
|
|
|
TracyMmap.hpp
|
|
|
TracyMouse.cpp
|
|
|
TracyMouse.hpp
|
|
|
TracyPopcnt.hpp
|
Add common lzcnt implementation.
|
2021-06-09 20:29:43 +02:00 |
TracyPrint.cpp
|
Fix time rounding logic.
|
2022-08-28 14:50:38 +02:00 |
TracyPrint.hpp
|
Move all client headers and sources to public/ directory.
|
2022-07-17 15:47:38 +02:00 |
TracyProtoHistory.cpp
|
Release 0.10.0.
|
2023-10-16 20:59:38 +02:00 |
TracyProtoHistory.hpp
|
|
|
TracyShortPtr.hpp
|
|
|
TracySlab.hpp
|
|
|
TracySort.hpp
|
|
|
TracySortedVector.hpp
|
Using push/pop in all pragma pack pair to avoid potential padding bugs
|
2022-08-03 18:39:42 +08:00 |
TracySourceContents.cpp
|
Move source file parsing logic to a separate file.
|
2021-03-26 02:42:14 +01:00 |
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
|
|
|
TracySourceView.hpp
|
Maintain a history of viewed symbols.
|
2023-10-07 01:12:16 +02:00 |
TracyStorage.cpp
|
|
|
TracyStorage.hpp
|
Trace-specific save path retrieval.
|
2019-07-26 23:15:12 +02:00 |
TracyStringDiscovery.hpp
|
|
|
TracyTaskDispatch.cpp
|
|
|
TracyTaskDispatch.hpp
|
|
|
TracyTexture.cpp
|
|
|
TracyTexture.hpp
|
|
|
TracyTextureCompression.cpp
|
|
|
TracyTextureCompression.hpp
|
|
|
TracyThreadCompress.cpp
|
|
|
TracyThreadCompress.hpp
|
|
|
TracyTimelineContext.hpp
|
|
|
TracyTimelineController.cpp
|
|
|
TracyTimelineController.hpp
|
Configure number of threads in TimelineController.
|
2023-05-01 14:41:51 +02:00 |
TracyTimelineDraw.hpp
|
|
|
TracyTimelineItem.cpp
|
|
|
TracyTimelineItem.hpp
|
|
|
TracyTimelineItemCpuData.cpp
|
Another fix for determining if there's CPU usage data to draw.
|
2023-04-15 22:56:44 +02:00 |
TracyTimelineItemCpuData.hpp
|
|
|
TracyTimelineItemGpu.cpp
|
|
|
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
|
Cosmetics.
|
2023-01-03 13:56:56 +01:00 |
TracyUserData.hpp
|
|
|
TracyUtility.cpp
|
Add plot type "power" and Watt format.
|
2023-03-10 01:25:41 +01:00 |
TracyUtility.hpp
|
|
|
TracyVarArray.hpp
|
|
|
TracyVector.hpp
|
|
|
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
|
Don't use delay and resolution when processing GPU zones.
|
2023-04-26 00:50:13 +02:00 |
TracyView_Locks.cpp
|
|
|
TracyView_Memory.cpp
|
|
|
TracyView_Messages.cpp
|
|
|
TracyView_Navigation.cpp
|
|
|
TracyView_NotificationArea.cpp
|
Move TimelineContext struct definition to a separate header.
|
2023-03-18 17:03:23 +01:00 |
TracyView_Options.cpp
|
Update imgui to f87e891f.
|
2022-10-14 19:48:38 +02:00 |
TracyView_Playback.cpp
|
|
|
TracyView_Plots.cpp
|
|
|
TracyView_Ranges.cpp
|
Update font awesome and migrate to v6 headers.
|
2022-08-17 12:07:38 +02:00 |
TracyView_Samples.cpp
|
Rewrite samples folding.
|
2023-03-22 23:44:23 +01:00 |
TracyView_Statistics.cpp
|
Calculate statistics percentages relative to active time span.
|
2023-03-03 22:19:43 +01:00 |
TracyView_Timeline.cpp
|
|
|
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
|
Remove error indicators for CPU zones.
|
2023-04-26 00:46:45 +02:00 |
TracyView.cpp
|
|
|
TracyView.hpp
|
|
|
TracyViewData.hpp
|
|
|
TracyWeb.cpp
|
Support opening web pages on emscripten.
|
2022-10-05 01:22:35 +02:00 |
TracyWeb.hpp
|
|
|
TracyWorker.cpp
|
|
|
TracyWorker.hpp
|
Add GpuTimeSync event
|
2023-10-22 10:16:41 +04:00 |