.. |
IconsFontAwesome6.h
|
|
|
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
|
BuzzAnim Update() returns whether it's active.
|
2022-09-28 01:12:03 +02:00 |
TracyCharUtil.hpp
|
Update xxHash to 0.8.1.
|
2021-12-01 21:52:31 +01:00 |
TracyColor.cpp
|
|
|
TracyColor.hpp
|
|
|
TracyConfig.hpp
|
|
|
TracyDecayValue.hpp
|
Move DarkenColor() to a proper source file.
|
2022-07-24 01:29:52 +02:00 |
TracyEvent.hpp
|
Add plot type "power" and Watt format.
|
2023-03-10 01:25:41 +01:00 |
TracyEventDebug.cpp
|
|
|
TracyEventDebug.hpp
|
Add event debug routine.
|
2021-11-04 22:30:16 +01:00 |
TracyFileHeader.hpp
|
Move all client headers and sources to public/ directory.
|
2022-07-17 15:47:38 +02:00 |
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
|
|
|
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
|
Update to official uops.info ZEN4 data.
|
2022-11-29 17:03:29 +01:00 |
TracyMicroArchitecture.hpp
|
|
|
TracyMmap.cpp
|
|
|
TracyMmap.hpp
|
Drop support for Cygwin.
|
2021-10-07 23:28:40 +02:00 |
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
|
|
|
TracyProtoHistory.cpp
|
|
|
TracyProtoHistory.hpp
|
|
|
TracyShortPtr.hpp
|
|
|
TracySlab.hpp
|
|
|
TracySort.hpp
|
|
|
TracySortedVector.hpp
|
|
|
TracySourceContents.cpp
|
|
|
TracySourceContents.hpp
|
|
|
TracySourceTokenizer.cpp
|
|
|
TracySourceTokenizer.hpp
|
|
|
TracySourceView.cpp
|
Line stats may not exist, even if the line has attributed cost.
|
2023-03-01 19:28:58 +01:00 |
TracySourceView.hpp
|
|
|
TracyStorage.cpp
|
Fix edge case in directory structure creation.
|
2020-06-19 17:17:26 +02:00 |
TracyStorage.hpp
|
|
|
TracyStringDiscovery.hpp
|
|
|
TracyTaskDispatch.cpp
|
Don't enforce creating at least one worker thread in TaskDispatch.
|
2023-05-01 15:44:27 +02:00 |
TracyTaskDispatch.hpp
|
|
|
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
|
Drawing is not finished until function return.
|
2023-03-23 22:09:19 +01:00 |
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
|
Don't use hacks to determine end time.
|
2023-04-28 00:00:20 +02:00 |
TracyTimelineItemThread.hpp
|
PreprocessLocks() doesn't use yPos.
|
2023-04-26 00:47:50 +02:00 |
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
|
Update font awesome and migrate to v6 headers.
|
2022-08-17 12:07:38 +02:00 |
TracyView_Callstack.cpp
|
|
|
TracyView_Compare.cpp
|
|
|
TracyView_ConnectionState.cpp
|
Change file selector to work with callbacks.
|
2022-10-06 18:12:50 +02:00 |
TracyView_ContextSwitch.cpp
|
|
|
TracyView_CpuData.cpp
|
Take DPI scaling into account when drawing thread migration lines.
|
2023-04-07 22:37:23 +02:00 |
TracyView_FindZone.cpp
|
formatting
|
2023-05-02 11:25:42 +02:00 |
TracyView_FrameOverview.cpp
|
|
|
TracyView_FrameTimeline.cpp
|
Don't pass GetFrameOffset() results to GetFrameText().
|
2023-03-04 00:29:00 +01:00 |
TracyView_FrameTree.cpp
|
GetFrameTreeItemNoGroup() doesn't need worker paramater.
|
2023-04-16 17:23:19 +02:00 |
TracyView_GpuTimeline.cpp
|
|
|
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
|
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
|
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
|
Remove codeAddressToLocation map.
|
2022-10-12 00:13:07 +02:00 |
TracyView_Utility.cpp
|
Simplify condition.
|
2023-04-25 00:03:48 +02:00 |
TracyView_ZoneInfo.cpp
|
|
|
TracyView_ZoneTimeline.cpp
|
|
|
TracyView.cpp
|
Add persistent target FPS option.
|
2023-05-01 19:09:27 +02:00 |
TracyView.hpp
|
Merge pull request #557 from KristofferC/kc/filter_user
|
2023-05-02 17:46:27 +02:00 |
TracyViewData.hpp
|
|
|
TracyWeb.cpp
|
|
|
TracyWeb.hpp
|
|
|
TracyWorker.cpp
|
|
|
TracyWorker.hpp
|
|
|