tracy/server
2023-11-08 02:01:37 +01:00
..
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 Update xxhash to 0.8.2. 2023-10-09 23:11:30 +02:00
TracyBadVersion.cpp Update font awesome and migrate to v6 headers. 2022-08-17 12:07:38 +02:00
TracyBadVersion.hpp
TracyBuzzAnim.hpp BuzzAnim Update() returns whether it's active. 2022-09-28 01:12:03 +02:00
TracyCharUtil.hpp
TracyColor.cpp
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
TracyFileHeader.hpp
TracyFileRead.hpp
TracyFileselector.cpp Pass function objects through const references. 2023-04-16 16:44:18 +02:00
TracyFileselector.hpp
TracyFilesystem.cpp Don't depend on View in Worker. 2020-05-23 15:53:58 +02:00
TracyFilesystem.hpp
TracyFileWrite.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyImGui.cpp
TracyImGui.hpp Draw zigzags using bitmaps. 2023-04-27 23:17:35 +02:00
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 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 Drop support for Cygwin. 2021-10-07 23:28:40 +02:00
TracyMmap.hpp
TracyMouse.cpp
TracyMouse.hpp Do not use relative include path for ImGUI.h 2021-05-17 12:05:14 +02:00
TracyPopcnt.hpp
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
TracyProtoHistory.hpp
TracyShortPtr.hpp Allow setting short_ptr pointer. 2023-03-19 15:21:52 +01:00
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
TracySourceContents.hpp
TracySourceTokenizer.cpp
TracySourceTokenizer.hpp Dummy tokenization of asm operands. 2022-09-16 00:30:29 +02:00
TracySourceView.cpp
TracySourceView.hpp Maintain a history of viewed symbols. 2023-10-07 01:12:16 +02:00
TracyStorage.cpp Fix edge case in directory structure creation. 2020-06-19 17:17:26 +02:00
TracyStorage.hpp
TracyStringDiscovery.hpp
TracyTaskDispatch.cpp
TracyTaskDispatch.hpp
TracyTexture.cpp
TracyTexture.hpp
TracyTextureCompression.cpp Use zstd dict for packing/unpacking frame images. 2021-05-15 18:06:44 +02:00
TracyTextureCompression.hpp
TracyThreadCompress.cpp ThreadCompress::Load() doesn't need fileVer. 2023-04-16 17:17:07 +02:00
TracyThreadCompress.hpp ThreadCompress::Load() doesn't need fileVer. 2023-04-16 17:17:07 +02:00
TracyTimelineContext.hpp Provide small font height in TimelineContext. 2023-03-25 17:25:10 +01:00
TracyTimelineController.cpp Reduce number of worker threads used for render tasks. 2023-08-05 12:01:36 +02:00
TracyTimelineController.hpp
TracyTimelineDraw.hpp Change LockState to bitmask. 2023-04-15 22:56:44 +02:00
TracyTimelineItem.cpp
TracyTimelineItem.hpp Push yPos to TimelineItem::Preprocess(). 2023-04-05 18:07:09 +02:00
TracyTimelineItemCpuData.cpp Another fix for determining if there's CPU usage data to draw. 2023-04-15 22:56:44 +02:00
TracyTimelineItemCpuData.hpp Fix logic determining if there's CPU core usage data to draw. 2023-04-07 22:37:22 +02:00
TracyTimelineItemGpu.cpp
TracyTimelineItemGpu.hpp
TracyTimelineItemPlot.cpp
TracyTimelineItemPlot.hpp Push plot draw list to DrawPlot(). 2023-04-24 23:28:28 +02:00
TracyTimelineItemThread.cpp
TracyTimelineItemThread.hpp
TracyUserData.cpp
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 Show diff direction and allow reversal. 2022-12-30 20:33:17 +01:00
TracyView_ConnectionState.cpp
TracyView_ContextSwitch.cpp
TracyView_CpuData.cpp
TracyView_FindZone.cpp
TracyView_FrameOverview.cpp Only retrieve frame offset internally in GetFrameNumber(). 2023-03-04 00:32:15 +01:00
TracyView_FrameTimeline.cpp
TracyView_FrameTree.cpp GetFrameTreeItemNoGroup() doesn't need worker paramater. 2023-04-16 17:23:19 +02:00
TracyView_GpuTimeline.cpp
TracyView_Locks.cpp Use draw list data to draw locks. 2023-04-15 22:56:44 +02:00
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 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 HandleTimelineMouse() doesn't need pxns parameter. 2023-04-16 17:36:04 +02:00
TracyView_TraceInfo.cpp
TracyView_Utility.cpp
TracyView_ZoneInfo.cpp
TracyView_ZoneTimeline.cpp
TracyView.cpp Show trace description/filename on titlebar. 2023-06-29 23:53:37 +02:00
TracyView.hpp
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 Move OpenWebpage() to a separate source file. 2021-06-04 15:17:14 +02:00
TracyWorker.cpp Add GpuTimeSync event 2023-10-22 10:16:41 +04:00
TracyWorker.hpp Add GpuTimeSync event 2023-10-22 10:16:41 +04:00